diff options
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index b9a89c643..5032b7277 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -3054,7 +3054,7 @@ private: Flow ret; try { ret = this->visit(catchBody); - } catch (const WasmException& e) { + } catch (const WasmException&) { exceptionStack.pop_back(); throw; } |