Skip to content

Commit

Permalink
Remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Sep 6, 2023
1 parent 86286c3 commit 7e16334
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
let empty_with_inst add_inst =
{ (empty ()) with add_inst = add_inst }

(* Leaving this exception in case we actually raise Sat one day.
Remember to update `safe_call` by catching this exception if you do. *)
exception Sat of t [@@warning "-38"]
exception Unsat of Explanation.t
exception I_dont_know of t
Expand Down

0 comments on commit 7e16334

Please sign in to comment.