Skip to content

Commit 0a57fee

Browse files
authored
Update src/assertBounds.ml
1 parent bffcaf4 commit 0a57fee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/assertBounds.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ module Make(Core : CoreSig.S) : S with module Core = Core = struct
229229
if not (P.is_polynomial p) then
230230
invalid_arg
231231
"poly: must have two variables or more, use var instead";
232-
assert (P.is_polynomial p);
233232
let mini = update_min_bound env min in
234233
let maxi = update_max_bound env max in
235234
let env, is_fresh = register_slake slk p env in

0 commit comments

Comments
 (0)