Skip to content

Commit

Permalink
cleanup unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Feb 3, 2025
1 parent 0cd2375 commit 6ae423f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmtp_mls/src/storage/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ pub enum StorageError {
Duplicate(DuplicateItem),
#[error(transparent)]
OpenMlsStorage(#[from] SqlKeyStoreError),
#[error("Connection is already marked as in transaction")]
AlreadyInTransaction,
#[error("Transaction was intentionally rolled back")]
IntentionalRollback,
}
Expand Down

0 comments on commit 6ae423f

Please sign in to comment.