Skip to content

Commit

Permalink
Removed obsolete declarations from codegen.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 3, 2017
1 parent 81ea9fb commit dac5777
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripting/backend/codegen.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ class FxExpression
}

public:
FxExpression *CheckIntForName();

virtual ~FxExpression() {}
virtual FxExpression *Resolve(FCompileContext &ctx);

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit dac5777

Please sign in to comment.