diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 2359d53bf..ab55b6f50 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1529,9 +1529,6 @@ public: // at index i we have all references to the memory i std::map<Index, std::vector<wasm::Name*>> memoryRefs; - // we store data here after being read from binary, before we know their names - std::vector<std::unique_ptr<DataSegment>> dataSegments; - // at index i we have all refs to the global i std::map<Index, std::vector<Name*>> globalRefs; |