From aff7ae130f39c0c83cea0d36a996b9cb5530fbd2 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Thu, 25 Feb 2021 18:54:08 +0100 Subject: 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. --- src/wasm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 segments; - // See comment in Table. bool shared = false; Type indexType = Type::i32; -- cgit v1.2.3