Removed toString from expressions
This commit is contained in:
@@ -26,5 +26,4 @@ public:
|
||||
ExpressionBinaryOperation getOperation();
|
||||
shared_ptr<Expression> getLeft();
|
||||
shared_ptr<Expression> getRight();
|
||||
string toString(int indent) override;
|
||||
};
|
||||
Reference in New Issue
Block a user