Fix warning.

svn-id: r41128
This commit is contained in:
Johannes Schickel 2009-06-02 23:20:14 +00:00
parent ac544e73e9
commit d94f920d50

View File

@ -1611,7 +1611,7 @@ bool Console::cmdGCNormalize(int argc, const char **argv) {
}
bool Console::cmdVMVarlist(int argc, const char **argv) {
const char *varnames[] = {"global", "local", "temp", "param"};
//const char *varnames[] = {"global", "local", "temp", "param"};
DebugPrintf("Addresses of variables in the VM:\n");