diff options
-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; |