From c42e809f132d91fca1f96da2ecff7d78e1085c3f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 31 Aug 2017 16:54:20 -0400 Subject: setEvalBranchQuota must be called from top of comptime stack --- src/all_types.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/all_types.hpp') 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 all_labels; ZigList goto_list; -- cgit v1.2.3