Author: mordante
Date: Sun Jul 31 18:56:28 2011
New Revision: 50514

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50514&view=rev
Log:
Remove an unused variable.

Issue found by cppcheck.

Modified:
    trunk/src/serialization/preprocessor.cpp

Modified: trunk/src/serialization/preprocessor.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/serialization/preprocessor.cpp?rev=50514&r1=50513&r2=50514&view=diff
==============================================================================
--- trunk/src/serialization/preprocessor.cpp (original)
+++ trunk/src/serialization/preprocessor.cpp Sun Jul 31 18:56:28 2011
@@ -1056,7 +1056,6 @@
                        } else if (target_.depth_ < 40) {
                                LOG_CF << "Macro definition not found for " << 
symbol << " , attempting to open as file.\n";
                                pop_token();
-                               std::string prefix;
                                std::string nfname = get_wml_location(symbol, 
directory_);
                                if (!nfname.empty())
                                {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to