summaryrefslogtreecommitdiffhomepage
path: root/compiler.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-05-04 15:07:33 +0200
committerJo-Philipp Wich <jo@mein.io>2021-05-04 15:07:33 +0200
commit827a34a861824c80eb54e0ec30507ee316e3b739 (patch)
tree93b64379c50f5a41e6e939b9c0c6b0e21b34a0cd /compiler.h
parent776dc9e3166dfc3735bd72be3acd26ebc6a591f5 (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.h1
1 files changed, 0 insertions, 1 deletions
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;