From d20c90c7ef00c36bd5737dcb27da21d43e2f7c9c Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 25 Jan 2011 12:28:26 +0200 Subject: client: gcc 4.6.0: two more unused variable fixes --- client/hot_keys.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/hot_keys.cpp') diff --git a/client/hot_keys.cpp b/client/hot_keys.cpp index 60b58a41..053f4990 100644 --- a/client/hot_keys.cpp +++ b/client/hot_keys.cpp @@ -135,8 +135,6 @@ void HotKeysParser::add_hotkey(const std::string& hotkey, const CommandsMap& com } std::string command_name = hotkey.substr(0, key_start); - CommandsMap::const_iterator command = commands_map.find(command_name); - if (commands_map.find(command_name) == commands_map.end()) { char buf[1000]; sprintf(buf, "invalid action bname %s", command_name.c_str()); -- cgit