diff options
Diffstat (limited to 'Sencha-lang/AST/ProgramNode.h')
-rw-r--r-- | Sencha-lang/AST/ProgramNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sencha-lang/AST/ProgramNode.h b/Sencha-lang/AST/ProgramNode.h index c54bf07..1c8fc42 100644 --- a/Sencha-lang/AST/ProgramNode.h +++ b/Sencha-lang/AST/ProgramNode.h @@ -14,7 +14,6 @@ class ProgramNode : public ASTNode { public: ProgramNode(); - std::string debug(); void add_statement(ASTStatement * statement); virtual ~ProgramNode(); virtual void execute(); |