From 827a34a861824c80eb54e0ec30507ee316e3b739 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 May 2021 15:07:33 +0200 Subject: vm, compiler: get rid of unused struct members Signed-off-by: Jo-Philipp Wich --- vm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vm.h') 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, -- cgit v1.2.3