Skip to content

Commit e668f67

Browse files
committed
Remove unused poly_in_bitfield type in IntDomTuple
1 parent aa29aa2 commit e668f67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cdomain/value/cdomains/int/intDomTuple.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module IntDomTupleImpl = struct
3838

3939
(* only first-order polymorphism on functions -> use records to get around monomorphism restriction on arguments *)
4040
type 'b poly_in = { fi : 'a. 'a m -> 'b -> 'a } [@@unboxed] (* inject *)
41-
type 'b poly_in_bitfield = { fi_bitfield : 'a. 'a m -> ?bitfield:int -> 'b -> 'a } [@@unboxed] (* inject *)
4241
type 'b poly2_in = { fi2 : 'a. 'a m2 -> 'b -> 'a } [@@unboxed] (* inject for functions that depend on int_t *)
4342
type 'b poly2_in_ovc = { fi2_ovc : 'a. 'a m2 -> 'b -> 'a * overflow_info} [@@unboxed] (* inject for functions that depend on int_t *)
4443

0 commit comments

Comments
 (0)