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 --- compiler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler.h') diff --git a/compiler.h b/compiler.h index 7b241ff..3dcb79a 100644 --- a/compiler.h +++ b/compiler.h @@ -104,7 +104,6 @@ struct uc_compiler { uc_value_t *function; uc_parser *parser; size_t scope_depth, current_srcpos, last_insn; - bool statement_emitted; }; typedef struct uc_compiler uc_compiler; -- cgit v1.2.3