summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 562196580..2359d53bf 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1526,10 +1526,6 @@ public:
std::map<Index, Name> elemTables;
- // we store elems here after being read from binary, until when we know their
- // names
- std::vector<std::unique_ptr<ElementSegment>> elementSegments;
-
// at index i we have all references to the memory i
std::map<Index, std::vector<wasm::Name*>> memoryRefs;