summaryrefslogtreecommitdiff
path: root/src/opcode-code-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode-code-table.c')
-rw-r--r--src/opcode-code-table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opcode-code-table.c b/src/opcode-code-table.c
index 6a746c5e..c3e06d03 100644
--- a/src/opcode-code-table.c
+++ b/src/opcode-code-table.c
@@ -27,7 +27,6 @@ typedef enum WabtOpcodeEnum {
#include "opcode.def"
#undef WABT_OPCODE
Invalid,
- CatchAll = Else,
} WabtOpcodeEnum;
WABT_STATIC_ASSERT(Invalid <= WABT_OPCODE_CODE_TABLE_SIZE);