Skip to content

Commit

Permalink
Removing useless exception catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Dec 15, 2023
1 parent f55c1ac commit 3b57ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,6 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
)dep true
end;
dep
| (Util.Timeout | I_dont_know ) as e -> raise e

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

0 comments on commit 3b57ab0

Please sign in to comment.