Skip to content

Commit aa13c6a

Browse files
authored
Merge pull request #3032 from o1-labs/arrabbiata/remove-marker
2 parents e2a32dc + 85bd9f1 commit aa13c6a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arrabbiata/src/witness.rs

-8
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,6 @@ pub struct Env<
245245
/// Current input
246246
pub zi: BigInt,
247247
// ---------------
248-
249-
// ---------------
250-
// Only used to have type safety and think about the design at the
251-
// type-level
252-
pub _marker: std::marker::PhantomData<(Fp, Fq, E1, E2)>,
253-
// ---------------
254248
}
255249

256250
// The condition on the parameters for E1 and E2 is to get the coefficients and
@@ -1013,8 +1007,6 @@ where
10131007
// Inputs
10141008
z0: z0.clone(),
10151009
zi: z0,
1016-
// ------
1017-
_marker: std::marker::PhantomData,
10181010
}
10191011
}
10201012

0 commit comments

Comments
 (0)