Remove comment
This commit is contained in:
parent
9bb3f73482
commit
216bba5084
|
@ -317,7 +317,6 @@ public:
|
||||||
|
|
||||||
class SFallArrayAssoc : public SFallArray {
|
class SFallArrayAssoc : public SFallArray {
|
||||||
private:
|
private:
|
||||||
// TODO: SFall copies strings
|
|
||||||
std::vector<ArrayElement> keys;
|
std::vector<ArrayElement> keys;
|
||||||
std::map<ArrayElement, ArrayElement> map;
|
std::map<ArrayElement, ArrayElement> map;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue