Removed virtual toString from Statement

This commit is contained in:
Rafał Grodziński
2025-07-02 16:51:51 +09:00
parent 7d45d398b4
commit 6f769c77b7
19 changed files with 2 additions and 110 deletions

View File

@@ -11,5 +11,4 @@ public:
string getName();
vector<pair<string, ValueType>> getArguments();
ValueType getReturnValueType();
string toString(int indent) override;
};