summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-29 19:52:39 -0500
committerAlon Zakai <alonzakai@gmail.com>2015-12-29 22:16:58 -0800
commitd0eaa583d99a4c116b054fe7431d76d1d7ae8529 (patch)
tree5c35a7b882b86ca711aded5ff1bd6db9a0c9ae9a /src
parenta372e22c7a54bcfce2b485f57b38c0eafee8ee7a (diff)
downloadbinaryen-d0eaa583d99a4c116b054fe7431d76d1d7ae8529.tar.gz
binaryen-d0eaa583d99a4c116b054fe7431d76d1d7ae8529.tar.bz2
binaryen-d0eaa583d99a4c116b054fe7431d76d1d7ae8529.zip
remove obsolete comment
Diffstat (limited to 'src')
-rw-r--r--src/s2wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h
index 074656aca..188586c78 100644
--- a/src/s2wasm.h
+++ b/src/s2wasm.h
@@ -242,7 +242,7 @@ private:
return cashew::IString(str.c_str(), false);
}
- std::vector<char> getQuoted() { // TODO: support 0 in the middle, etc., use a raw buffer, etc.
+ std::vector<char> getQuoted() {
assert(*s == '"');
s++;
std::vector<char> str;