diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-05-04 15:07:33 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-05-04 15:07:33 +0200 |
commit | 827a34a861824c80eb54e0ec30507ee316e3b739 (patch) | |
tree | 93b64379c50f5a41e6e939b9c0c6b0e21b34a0cd /vm.h | |
parent | 776dc9e3166dfc3735bd72be3acd26ebc6a591f5 (diff) |
vm, compiler: get rid of unused struct members
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'vm.h')
-rw-r--r-- | vm.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -98,12 +98,6 @@ enum insn_type { __I_MAX }; -typedef struct { - int8_t stack_pop; - int8_t stack_push; - int8_t operand_bytes; -} uc_insn_definition; - typedef enum { STATUS_OK, ERROR_COMPILE, |