- forgot to delete these lines.

This commit is contained in:
Christoph Oelckers 2016-10-08 22:18:51 +02:00
parent 08f313d011
commit efcd5a8683
1 changed files with 0 additions and 2 deletions

View File

@ -883,8 +883,6 @@ ZCC_Expression *ZCCCompiler::IdentifyIdentifier(ZCC_ExprID *idnode, PSymbolTable
val->IntVal = spec;
return val;
}
symt->DumpSymbolTable();
GlobalSymbols.DumpSymbolTable();
Error(idnode, "Unknown identifier '%s'", FName(idnode->Identifier).GetChars());
idnode->ToErrorNode();