summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-validator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm/wasm-validator.cpp')
-rw-r--r--src/wasm/wasm-validator.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm/wasm-validator.cpp b/src/wasm/wasm-validator.cpp
index a42ff36ec..bed04b92b 100644
--- a/src/wasm/wasm-validator.cpp
+++ b/src/wasm/wasm-validator.cpp
@@ -2984,10 +2984,6 @@ static void validateTags(Module& module, ValidationInfo& info) {
"Module has tags (exception-handling is disabled)");
}
for (auto& curr : module.tags) {
- info.shouldBeEqual(curr->attribute,
- (unsigned)0,
- curr->attribute,
- "Currently only attribute 0 is supported");
info.shouldBeEqual(curr->sig.results,
Type(Type::none),
curr->name,