Remove comment

This commit is contained in:
Vasilii Rogin 2023-05-14 23:01:23 +03:00
parent 9bb3f73482
commit 216bba5084
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ public:
class SFallArrayAssoc : public SFallArray {
private:
// TODO: SFall copies strings
std::vector<ArrayElement> keys;
std::map<ArrayElement, ArrayElement> map;