potentially breaking: unused vars

This commit is contained in:
DarthArgus
2014-10-26 23:28:34 -07:00
parent 982290924a
commit 4d2287d072
27 changed files with 2 additions and 35 deletions
@@ -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)
{