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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 07ae01160..4a4cab13f 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1540,11 +1540,6 @@ public:
// we store data here after being read from binary, before we know their names
std::vector<std::unique_ptr<DataSegment>> dataSegments;
- // we store globals here before wasm.addGlobal after we know their names
- std::vector<std::unique_ptr<Global>> globals;
- // we store global imports here before wasm.addGlobalImport after we know
- // their names
- std::vector<Global*> globalImports;
// at index i we have all refs to the global i
std::map<Index, std::vector<Name*>> globalRefs;