diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 04:19:37 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 04:19:37 (GMT) |
commit | a9fa377c5e5c3db985b3aede41854e11c2986a81 (patch) | |
tree | c53d43f2e07d923c1ec461f44bb7d331e05dd5e6 /src/value.cc | |
parent | a221eeee99ca772605c0ac6473cae2466e4cc07a (diff) |
Removed FIXME which was in the wrong place
Diffstat (limited to 'src/value.cc')
-rw-r--r-- | src/value.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/value.cc b/src/value.cc index 44a4b88..6685594 100644 --- a/src/value.cc +++ b/src/value.cc @@ -341,7 +341,6 @@ std::string Value::toString() const switch (this->type) { case STRING: - // FIXME: Escape special characters when outputting stream << '"' << this->text << '"'; break; case VECTOR: |