Removed obsolete declarations from codegen.h

This commit is contained in:
alexey.lysiuk 2017-11-03 12:44:28 +02:00
parent 81ea9fb372
commit dac5777a70

View file

@ -319,8 +319,6 @@ protected:
}
public:
FxExpression *CheckIntForName();
virtual ~FxExpression() {}
virtual FxExpression *Resolve(FCompileContext &ctx);
@ -2132,7 +2130,6 @@ class FxLocalVariableDeclaration : public FxExpression
public:
int StackOffset = -1;
int RegNum = -1;
bool constructed = false;
FxLocalVariableDeclaration(PType *type, FName name, FxExpression *initval, int varflags, const FScriptPosition &p);
~FxLocalVariableDeclaration();