summaryrefslogtreecommitdiffhomepage
path: root/compiler.h
diff options
context:
space:
mode:
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;