From da573e6d437cee7fb13099ad85a4efe20dc09330 Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Wed, 16 Feb 2011 17:01:38 +0100 Subject: Removing unused variable configPathChanged --- src/game-server/main-game.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game-server/main-game.cpp') diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp index 682148b3..01cb6604 100644 --- a/src/game-server/main-game.cpp +++ b/src/game-server/main-game.cpp @@ -283,7 +283,6 @@ struct CommandLineOptions { CommandLineOptions(): configPath(DEFAULT_CONFIG_FILE), - configPathChanged(false), verbosity(Logger::Warn), verbosityChanged(false), port(DEFAULT_SERVER_PORT + 3), @@ -291,7 +290,6 @@ struct CommandLineOptions {} std::string configPath; - bool configPathChanged; Logger::Level verbosity; bool verbosityChanged; @@ -333,7 +331,6 @@ static void parseOptions(int argc, char *argv[], CommandLineOptions &options) case 'c': // Change config filename and path. options.configPath = optarg; - options.configPathChanged = true; break; case 'v': options.verbosity = static_cast(atoi(optarg)); -- cgit v1.2.3-60-g2f50