diff options
Diffstat (limited to 'src/opcode.h')
-rw-r--r-- | src/opcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opcode.h b/src/opcode.h index 80d3181b..94cd4cb8 100644 --- a/src/opcode.h +++ b/src/opcode.h @@ -39,7 +39,6 @@ struct Opcode { #include "src/opcode.def" #undef WABT_OPCODE Invalid, - CatchAll = Else, }; // Static opcode objects. |