diff options
Diffstat (limited to '')
| -rw-r--r-- | MoonParser/ast.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MoonParser/ast.hpp b/MoonParser/ast.hpp index a9c2db7..1b40e1b 100644 --- a/MoonParser/ast.hpp +++ b/MoonParser/ast.hpp | |||
| @@ -69,8 +69,6 @@ public: | |||
| 69 | virtual void visit(void* user_data) {} | 69 | virtual void visit(void* user_data) {} |
| 70 | 70 | ||
| 71 | virtual int get_type() { return ast_type<ast_node>(); } | 71 | virtual int get_type() { return ast_type<ast_node>(); } |
| 72 | |||
| 73 | virtual ast_node* get_flattened() { return this; } | ||
| 74 | private: | 72 | private: |
| 75 | //parent | 73 | //parent |
| 76 | ast_node *m_parent; | 74 | ast_node *m_parent; |
