Skip to content

Commit 01038ba

Browse files
committed
fixup! Debug precompilation
1 parent 9a1f5e3 commit 01038ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sch/Sch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ function finish_task!(ctx, state, node, thunk_failed)
935935
if haskey(state.waiting_data, node) && isempty(state.waiting_data[node])
936936
delete!(state.waiting_data, node)
937937
end
938-
evict_all_chunks!(ctx, to_evict)
938+
# evict_all_chunks!(ctx, to_evict)
939939
end
940940

941941
function delete_unused_tasks!(state)

0 commit comments

Comments
 (0)