summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 4b2f6fb4b..d02d9a1a7 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1801,13 +1801,8 @@ public:
bool mutable_ = false;
};
-// Kinds of tag attributes.
-enum WasmTagAttribute : unsigned { WASM_TAG_ATTRIBUTE_EXCEPTION = 0x0 };
-
class Tag : public Importable {
public:
- // Kind of tag. Currently only WASM_TAG_ATTRIBUTE_EXCEPTION is possible.
- uint32_t attribute = WASM_TAG_ATTRIBUTE_EXCEPTION;
Signature sig;
};