Skip to content

Commit

Permalink
Removing exhaustive exception catch in satml_frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Dec 15, 2023
1 parent 233e472 commit f55c1ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,6 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
end;
dep
| (Util.Timeout | I_dont_know ) as e -> raise e
| e ->
Printer.print_dbg
~module_name:"Satml_frontend" ~function_name:"unsat"
"%s" (Printexc.to_string e);
assert false

let assume env gf _dep =
(* dep currently not used. No unsat-cores in satML yet *)
Expand Down

0 comments on commit f55c1ac

Please sign in to comment.