Removed toString from expressions
This commit is contained in:
@@ -6,7 +6,3 @@ Expression(ExpressionKind::VAR, ValueType::NONE), name(name) { }
|
||||
string ExpressionVariable::getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
string ExpressionVariable::toString(int indent) {
|
||||
return "VAR(" + name + ")";
|
||||
}
|
||||
Reference in New Issue
Block a user