diff options
Diffstat (limited to 'src/parsing.h')
-rw-r--r-- | src/parsing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parsing.h b/src/parsing.h index a3eab1af3..663b901fd 100644 --- a/src/parsing.h +++ b/src/parsing.h @@ -265,7 +265,6 @@ parseConst(cashew::IString s, Type type, MixedArena& allocator) { case Type::v128: case Type::funcref: case Type::externref: - case Type::nullref: case Type::exnref: WASM_UNREACHABLE("unexpected const type"); case Type::none: |