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 5b6a64e79..b87460a48 100644 --- a/src/shell-interface.h +++ b/src/shell-interface.h @@ -29,7 +29,6 @@ namespace wasm { struct ExitException {}; struct TrapException {}; -struct ParseException {}; struct ShellExternalInterface : ModuleInstance::ExternalInterface { // The underlying memory can be accessed through unaligned pointers which |