Skip to content

Commit

Permalink
chore: remove error variants already removed by c5482e5
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Dec 20, 2024
1 parent 8cd3806 commit e93cee6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crypto/src/mls/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ pub enum Error {
/// The ciphersuite identifier presented does not map to a known ciphersuite.
#[error("Unknown ciphersuite")]
UnknownCiphersuite,
#[error("The callbacks needed for CoreCrypto to operate were not set")]
CallbacksNotSet,
#[error("External add proposal validation failed: only users already in the group are allowed")]
UnauthorizedExternalAddProposal,
#[error("External Commit sender was not authorized to perform such")]
UnauthorizedExternalCommit,
#[error("Malformed or empty identifier found: {0}")]
MalformedIdentifier(&'static str),
#[error(transparent)]
Expand Down

0 comments on commit e93cee6

Please sign in to comment.