Skip to content

Commit

Permalink
Remove unused error enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
th4s committed May 16, 2024
1 parent 85b428b commit edd298e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/mpz-ole-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub enum OLEError {
#[error("The number of provided elements do not match. Got {0}, expected {1}")]
ExpectedMultipleOf(usize, usize),
#[error("Not enough prepared OLEs available. Requested {0}, but only {1} are available")]
InsufficientOLEs(usize, usize),
#[error("Number of adjustments has to be equal. Got {0} and {1}")]
UnequalAdjustments(usize, usize),
#[error("Provided number of masks is incorrect. Got {0}, expected {1}")]
WrongNumberOfMasks(usize, usize),
Expand Down

0 comments on commit edd298e

Please sign in to comment.