summaryrefslogtreecommitdiff
path: root/src/wasm-delegations-fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r--src/wasm-delegations-fields.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h
index b5d80b86a..60e14d0c5 100644
--- a/src/wasm-delegations-fields.h
+++ b/src/wasm-delegations-fields.h
@@ -524,15 +524,6 @@ switch (DELEGATE_ID) {
DELEGATE_END(Rethrow);
break;
}
- case Expression::Id::BrOnExnId: {
- DELEGATE_START(BrOnExn);
- DELEGATE_FIELD_CHILD(BrOnExn, exnref);
- DELEGATE_FIELD_SCOPE_NAME_USE(BrOnExn, name);
- DELEGATE_FIELD_NAME(BrOnExn, event);
- DELEGATE_FIELD_TYPE(BrOnExn, sent);
- DELEGATE_END(BrOnExn);
- break;
- }
case Expression::Id::NopId: {
DELEGATE_START(Nop);
DELEGATE_END(Nop);