diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wasm.h b/src/wasm.h index 094233b5c..041f7b49b 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -1386,9 +1386,6 @@ public: BrOnCast(MixedArena& allocator) {} Name name; - // The cast type cannot be inferred from rtt if rtt is unreachable, so we must - // store it explicitly. - Type castType; Expression* ref; Expression* rtt; |