office-gobmx/boost/boost.7551.unusedvars.patch
Tor Lillqvist 56ec8f4ef1 Fix warning: missing header for unified diff at line 3 of patch
Change-Id: Ie52c139ee7cb4f7f2bb8f6d5225eed200e1fdc00
2012-12-10 09:36:35 +02:00

10 lines
385 B
Diff

--- misc/boost_1_44_0/boost/date_time/tz_db_base.hpp
+++ misc/build/boost_1_44_0/boost/date_time/tz_db_base.hpp
@@ -170,7 +170,6 @@
/*! May throw data_not_accessible, or bad_field_count exceptions */
void load_from_file(const std::string& pathspec)
{
- string_type in_str;
std::string buff;
std::ifstream ifs(pathspec.c_str());