We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4351bd4 commit faa65a7Copy full SHA for faa65a7
1 file changed
src/cdomain/value/cdomains/int/intervalSetDomain.ml
@@ -301,7 +301,6 @@ struct
301
302
let ne ik x y = not_bool @@ eq ik x y
303
let interval_to_int i = Interval.to_int (Some i)
304
- let interval_to_bool i = Interval.to_bool (Some i)
305
306
307
let bit f ik (i1, i2) =
0 commit comments