summaryrefslogtreecommitdiffhomepage
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vm.h b/vm.h
index 0f7b805..30844f7 100644
--- a/vm.h
+++ b/vm.h
@@ -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,