diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 5 |
1 files changed, 0 insertions, 5 deletions
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<std::unique_ptr<Table>> tables; - // we store table imports here before wasm.addTableImport after we know - // their names - std::vector<Table*> tableImports; // at index i we have all references to the table i std::map<Index, std::vector<Name*>> tableRefs; |