summaryrefslogtreecommitdiff
path: root/src/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.h')
-rw-r--r--src/interpreter.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/interpreter.h b/src/interpreter.h
index 8466bb2d..178fad19 100644
--- a/src/interpreter.h
+++ b/src/interpreter.h
@@ -91,15 +91,6 @@ static const IstreamOffset kInvalidIstreamOffset = ~0;
#define WABT_TABLE_ENTRY_DROP_OFFSET sizeof(uint32_t)
#define WABT_TABLE_ENTRY_KEEP_OFFSET (sizeof(IstreamOffset) + sizeof(uint32_t))
-// NOTE: These enumeration values do not match the standard binary encoding.
-enum class Opcode {
-#define WABT_OPCODE(rtype, type1, type2, mem_size, prefix, code, Name, text) \
- Name,
-#include "src/interpreter-opcode.def"
-#undef WABT_OPCODE
- Invalid,
-};
-
struct FuncSignature {
FuncSignature() = default;
FuncSignature(Index param_count,