mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- forgot to delete these lines.
This commit is contained in:
parent
08f313d011
commit
efcd5a8683
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue