Skip to content

Commit

Permalink
Merge pull request #794 from matthiaskrgr/unused_var
Browse files Browse the repository at this point in the history
reports: remove unused variable "str"
  • Loading branch information
Vultraz committed Sep 21, 2016
2 parents 82cd550 + 9675440 commit e54d8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reports.cpp
Expand Up @@ -1350,7 +1350,6 @@ REPORT_GENERATOR(terrain_info, rc)
if (terrain == t_translation::OFF_MAP_USER)
return config();

std::ostringstream str;
config cfg;

bool high_res = false;
Expand Down

0 comments on commit e54d8fe

Please sign in to comment.