diff options
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r-- | src/ir/effects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h index 39d0d265a..e4907b082 100644 --- a/src/ir/effects.h +++ b/src/ir/effects.h @@ -557,7 +557,6 @@ private: void visitRttCanon(RttCanon* curr) {} void visitRttSub(RttSub* curr) {} void visitStructNew(StructNew* curr) { - WASM_UNREACHABLE("TODO (gc): struct.new"); } void visitStructGet(StructGet* curr) { // traps when the arg is null |