diff options
Diffstat (limited to 'Sencha-lang/AST/ConstantExpression.h')
-rw-r--r-- | Sencha-lang/AST/ConstantExpression.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Sencha-lang/AST/ConstantExpression.h b/Sencha-lang/AST/ConstantExpression.h index a728efd..aba07d8 100644 --- a/Sencha-lang/AST/ConstantExpression.h +++ b/Sencha-lang/AST/ConstantExpression.h @@ -62,9 +62,6 @@ public: /** Here's value of constant expression */ SenchaObject value; - /** Provides some useful information */ - std::string debug(); - /** Implements visitor pattern */ virtual void accept(Visitor * visitor); |