fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.7551.unusedvars.patch
bloba80d4a14e91426da838d0f00122065b0df460ed8
1 --- misc/boost_1_44_0/boost/date_time/tz_db_base.hpp
2 +++ misc/build/boost_1_44_0/boost/date_time/tz_db_base.hpp
3 @@ -170,7 +170,6 @@
4 /*! May throw data_not_accessible, or bad_field_count exceptions */
5 void load_from_file(const std::string& pathspec)
7 - string_type in_str;
8 std::string buff;
10 std::ifstream ifs(pathspec.c_str());