From 833577020791a7c7e631bf4f266e136fb61ea7ca Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 1 Aug 2015 20:27:49 +0200 Subject: Core/BattleNet: Removed bad line --- src/server/scripts/Commands/cs_battlenet_account.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/scripts/Commands') diff --git a/src/server/scripts/Commands/cs_battlenet_account.cpp b/src/server/scripts/Commands/cs_battlenet_account.cpp index 767a75f0b36..9c6098f70d9 100644 --- a/src/server/scripts/Commands/cs_battlenet_account.cpp +++ b/src/server/scripts/Commands/cs_battlenet_account.cpp @@ -70,8 +70,6 @@ public: if (!*args) return false; - std::string email; - ///- %Parse the command line arguments char* accountName = strtok((char*)args, " "); char* password = strtok(NULL, " "); -- cgit v1.2.3