diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-08-31 16:54:20 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-08-31 16:54:20 -0400 |
| commit | c42e809f132d91fca1f96da2ecff7d78e1085c3f (patch) | |
| tree | cebe89ba65d63fa5518a08977725553a0b374b8c /src/all_types.hpp | |
| parent | 67b6dd28ec70937a29176719b56457ee17b1c136 (diff) | |
| download | zig-c42e809f132d91fca1f96da2ecff7d78e1085c3f.tar.gz zig-c42e809f132d91fca1f96da2ecff7d78e1085c3f.zip | |
setEvalBranchQuota must be called from top of comptime stack
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 1 |
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; |
