mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-08-01 02:15:47 -04:00
potentially breaking: unused vars
This commit is contained in:
@@ -288,7 +288,6 @@ void RemoteDebugClient::receive(const unsigned char * const message, const uint3
|
||||
//can't have local variables defined within switch statements, so place them out here.
|
||||
int32 t;
|
||||
VARIABLE_TYPES varType;
|
||||
std::string variableName;
|
||||
|
||||
switch(type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user