Author: mordante
Date: Sun Jul 31 18:56:26 2011
New Revision: 50513
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50513&view=rev
Log:
Remove an unused variable.
Issue found by cppcheck.
Modified:
trunk/src/game.cpp
Modified: trunk/src/game.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=50513&r1=50512&r2=50513&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Sun Jul 31 18:56:26 2011
@@ -203,7 +203,6 @@
std::cerr << SDL_GetTicks() << " Reading cached defines
from: " << file << "\n";
config cfg;
- std::string error_log;
scoped_istream stream = istream_file( file );
read( cfg, *stream );
@@ -233,7 +232,6 @@
bool skipTerrainGFX = false;
// the 'core_defines_map' is the one got from data/core macros
preproc_map defines_map( input_macros );
- std::string error_log;
if ( cmdline_opts.preprocess_defines ) {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits