Skip to content

Commit

Permalink
chore: remote direct PartialEq implementation in bn254/assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 21, 2022
1 parent dd6f8e4 commit 01e9de0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/bn256/assembly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ macro_rules! assembly_field {
}
}

impl PartialEq for $field {
#[inline]
fn eq(&self, other: &Self) -> bool {
self.0.eq(&other.0)
}
}

impl core::cmp::Ord for $field {
fn cmp(&self, other: &Self) -> core::cmp::Ordering {
let left = self.to_repr();
Expand Down

0 comments on commit 01e9de0

Please sign in to comment.