From c929cf6b5ce444e1fadd52f6d289142ad5b3df5a Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 26 Aug 2022 15:47:27 -0700 Subject: [NFC] Simplify binary reading logic for tables (#4974) Similar to #4969 but for tables. --- src/wasm-binary.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index a00a1df46..07ae01160 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1519,11 +1519,6 @@ public: // function to check Index endOfFunction = -1; - // we store tables here before wasm.addTable after we know their names - std::vector> tables; - // we store table imports here before wasm.addTableImport after we know - // their names - std::vector tableImports; // at index i we have all references to the table i std::map> tableRefs; -- cgit v1.2.3