From 972cc6f39cb903834be6066c33356f77fc41bc26 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 31 Aug 2022 09:10:22 -0700 Subject: [NFC] Simplify binary reading logic for data segments (#4990) Similar to #4969 but for data segments. --- src/wasm-binary.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wasm-binary.h') 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> memoryRefs; - // we store data here after being read from binary, before we know their names - std::vector> dataSegments; - // at index i we have all refs to the global i std::map> globalRefs; -- cgit v1.2.3