Ticket #7551: boost.XXXX.unusedvars.patch
| File boost.XXXX.unusedvars.patch, 385 bytes (added by , 10 years ago) | 
|---|
| Line | |
|---|---|
| 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) | 
| 6 | { | 
| 7 | - string_type in_str; | 
| 8 | std::string buff; | 
| 9 | |
| 10 | std::ifstream ifs(pathspec.c_str()); | 

