summaryrefslogtreecommitdiff
path: root/src/ir
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir')
-rw-r--r--src/ir/type-updating.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir/type-updating.h b/src/ir/type-updating.h
index 92913699e..ae247b6c7 100644
--- a/src/ir/type-updating.h
+++ b/src/ir/type-updating.h
@@ -443,7 +443,6 @@ public:
std::unordered_map<HeapType, Signature> newSignatures;
-public:
TypeMapper(Module& wasm, const TypeUpdates& mapping)
: GlobalTypeRewriter(wasm), mapping(mapping) {}