diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index b3640ff41..49179b1a6 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -170,7 +170,6 @@ public: bool isSignature() const; bool isStruct() const; bool isArray() const; - bool isException() const; bool isString() const; bool isDefaultable() const; @@ -377,7 +376,6 @@ public: bool isContinuation() const; bool isStruct() const; bool isArray() const; - bool isException() const; bool isString() const; bool isBottom() const; bool isOpen() const; |