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 1cf8186f8..ec89bb1da 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1531,9 +1531,6 @@ public: void readDataSegments(); void readDataCount(); - // A map from elem segment indexes to their entries - std::map<Index, std::vector<Index>> functionTable; - void readTableDeclarations(); void readElementSegments(); |