Skip to content

Commit c586812

Browse files
zecakehandybalaam
authored andcommitted
refactor(crypto): Remove dead code
Signed-off-by: Kévin Commaille <[email protected]>
1 parent c6210ca commit c586812

File tree

1 file changed

+0
-9
lines changed
  • crates/matrix-sdk-crypto/src/olm/group_sessions

1 file changed

+0
-9
lines changed

crates/matrix-sdk-crypto/src/olm/group_sessions/outbound.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -745,15 +745,6 @@ impl OutboundGroupSession {
745745
}
746746
}
747747

748-
#[derive(Clone, Debug, Serialize, Deserialize)]
749-
pub struct OutboundGroupSessionPickle(String);
750-
751-
impl From<String> for OutboundGroupSessionPickle {
752-
fn from(p: String) -> Self {
753-
Self(p)
754-
}
755-
}
756-
757748
#[cfg(not(tarpaulin_include))]
758749
impl fmt::Debug for OutboundGroupSession {
759750
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

0 commit comments

Comments
 (0)