diff options
author | Paulo Matos <pmatos@linki.tools> | 2021-02-25 18:54:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 09:54:08 -0800 |
commit | aff7ae130f39c0c83cea0d36a996b9cb5530fbd2 (patch) | |
tree | 9f7989c0a4b2253b1abd945069f6c1717ea7d17d /src | |
parent | d1d631d5f354ef3470c15003118d1c750b557fe2 (diff) | |
download | binaryen-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.h | 1 |
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; |