summaryrefslogtreecommitdiff
path: root/src/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode.h')
-rw-r--r--src/opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opcode.h b/src/opcode.h
index ce2cd13b..8ae7e160 100644
--- a/src/opcode.h
+++ b/src/opcode.h
@@ -45,7 +45,6 @@ struct Opcode {
operator Enum() const { return enum_; }
static Opcode FromCode(uint32_t);
-
uint32_t GetCode() const { return GetInfo().code; }
const char* GetName() const { return GetInfo().name; }
Type GetResultType() const { return GetInfo().result_type; }