diff options
Diffstat (limited to 'src/shell-interface.h')
-rw-r--r-- | src/shell-interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h index dc72eff5b..aeb9cc2a9 100644 --- a/src/shell-interface.h +++ b/src/shell-interface.h @@ -117,7 +117,6 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface { assert(false && "v128 not implemented yet"); case Type::funcref: case Type::externref: - case Type::exnref: case Type::anyref: case Type::eqref: globals[import->name] = {Literal::makeNull(import->type)}; |