summaryrefslogtreecommitdiff
path: root/src/parsing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsing.h')
-rw-r--r--src/parsing.h1
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: