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 /compiler.h | |
parent | 776dc9e3166dfc3735bd72be3acd26ebc6a591f5 (diff) |
vm, compiler: get rid of unused struct members
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'compiler.h')
-rw-r--r-- | compiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |