aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index 9f1dc15a39..39e6033988 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -50,7 +50,6 @@ struct IrExecutable {
size_t next_debug_id;
size_t *backward_branch_count;
size_t backward_branch_quota;
- bool reported_quota_exceeded;
bool invalid;
ZigList<LabelTableEntry *> all_labels;
ZigList<IrGotoItem> goto_list;