diff --git a/src/ir/type-updating.h b/src/ir/type-updating.h index aa0106d09df..d9ee174ce7c 100644 --- a/src/ir/type-updating.h +++ b/src/ir/type-updating.h @@ -473,8 +473,6 @@ class TypeMapper : public GlobalTypeRewriter { const TypeUpdates& mapping; - std::unordered_map newSignatures; - TypeMapper(Module& wasm, const TypeUpdates& mapping) : GlobalTypeRewriter(wasm), mapping(mapping) {}