Skip to content

Commit

Permalink
Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Oct 9, 2023
1 parent f5cf7f7 commit 56248e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/structures/profiling.ml
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ let decision d origin =
Printer.print_err
"state.decision_lvl = %d et d = %d"
state.decision_lvl d;
(* TODO(Steven): if nobody knows how to use the previous print to debug
anything, I suggest we either remove `d` or get rid the invariant:
#(calls to Profiling.decision) = d. *)
assert false
end;
state.assumes_current_lvl <- 0;
Expand Down

0 comments on commit 56248e6

Please sign in to comment.