Skip to content

Commit edd298e

Browse files
committed
Remove unused error enum.
1 parent 85b428b commit edd298e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/mpz-ole-core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ pub enum OLEError {
2323
#[error("The number of provided elements do not match. Got {0}, expected {1}")]
2424
ExpectedMultipleOf(usize, usize),
2525
#[error("Not enough prepared OLEs available. Requested {0}, but only {1} are available")]
26-
InsufficientOLEs(usize, usize),
27-
#[error("Number of adjustments has to be equal. Got {0} and {1}")]
2826
UnequalAdjustments(usize, usize),
2927
#[error("Provided number of masks is incorrect. Got {0}, expected {1}")]
3028
WrongNumberOfMasks(usize, usize),

0 commit comments

Comments
 (0)