Skip to content

Commit

Permalink
fix: remove unguarded check_interrupted call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Oct 26, 2023
1 parent 9874848 commit 23c68cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/for_each_fn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class for_each_fn {
begin_loop:
if (todo.empty())
break;
check_interrupted();
check_memory("expression traversal");
auto p = todo.back();
todo.pop_back();
Expand Down

0 comments on commit 23c68cf

Please sign in to comment.