diff options
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Commands/cs_battlenet_account.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
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, " ");  | 
