Removed toString from expressions

This commit is contained in:
Rafał Grodziński
2025-07-02 17:40:21 +09:00
parent e9d55a2ed1
commit 77b7a7f7c8
20 changed files with 3 additions and 103 deletions

View File

@@ -13,5 +13,4 @@ public:
bool getBoolValue();
int32_t getSint32Value();
float getReal32Value();
string toString(int indent) override;
};