diff options
Diffstat (limited to 'Sencha-lang/AST/IfNode.h')
-rw-r--r-- | Sencha-lang/AST/IfNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sencha-lang/AST/IfNode.h b/Sencha-lang/AST/IfNode.h index 7cc0515..a8569bd 100644 --- a/Sencha-lang/AST/IfNode.h +++ b/Sencha-lang/AST/IfNode.h @@ -18,7 +18,6 @@ public: void add_body(ASTStatement * statement); void add_else_block(ASTStatement * statement); bool is_else; - virtual std::string debug(); virtual void execute(); bool evaluate_condition(); ASTNode * condition() { return children[0]; } |