fix: remove spurious check?

This commit is contained in:
Simon Cruanes 2022-09-11 14:10:01 -04:00
parent abff92d972
commit 3d0461936f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -61,7 +61,6 @@ let preprocess_term_ (self : t) acts (t : term) : term =
(* only accept a box (with possible side effect: new clauses, etc.) *)
Log.debugf 20 (fun k ->
k "(@[smt.preprocess.tr@ %a@ :into %a@])" Term.pp t0 Term.pp u);
assert (Box.is_box u || Term.is_const u);
u
| None ->
(* just preprocess subterms *)