Skip to content

Commit 620cfbf

Browse files
committed
Crypto/common: remove old comment
1 parent 7afd1cc commit 620cfbf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/crypto/kimchi_backend/common/poly_comm.ml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ module Make (Inputs : Inputs_intf) = struct
110110
in
111111
`With_degree_bound { unshifted; shifted }
112112

113-
(*
114-
type 'a t =
115-
[ `With_degree_bound of
116-
('a * 'a) Plonkish_prelude.Or_infinity.t
117-
Plonk_types.Poly_comm.With_degree_bound.t
118-
| `Without_degree_bound of
119-
('a * 'a) Plonk_types.Poly_comm.Without_degree_bound.t
120-
]
121-
*)
122-
123113
let of_backend_without_degree_bound (t : Backend.t) =
124114
let open Plonk_types.Poly_comm in
125115
let unshifted = Backend.unshifted t in

0 commit comments

Comments
 (0)