summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaulo Matos <pmatos@linki.tools>2021-02-25 18:54:08 +0100
committerGitHub <noreply@github.com>2021-02-25 09:54:08 -0800
commitaff7ae130f39c0c83cea0d36a996b9cb5530fbd2 (patch)
tree9f7989c0a4b2253b1abd945069f6c1717ea7d17d /src
parentd1d631d5f354ef3470c15003118d1c750b557fe2 (diff)
downloadbinaryen-aff7ae130f39c0c83cea0d36a996b9cb5530fbd2.tar.gz
binaryen-aff7ae130f39c0c83cea0d36a996b9cb5530fbd2.tar.bz2
binaryen-aff7ae130f39c0c83cea0d36a996b9cb5530fbd2.zip
Remove comment as context is nonexistent (#3612)
The comment refers to a nonexisting comment in Table. This comment was added in 95d00d6 and refers to a field (`bool exists`) that was removed in the meantime, along with the comment in Table.
Diffstat (limited to 'src')
-rw-r--r--src/wasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 4060bac4d..9bf89f828 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1790,7 +1790,6 @@ public:
Address max = kMaxSize32;
std::vector<Segment> segments;
- // See comment in Table.
bool shared = false;
Type indexType = Type::i32;