crypto: Remove some dead code definitions.

master
Damir Jelić 2020-11-26 14:15:52 +01:00
parent 3073883076
commit 7e9baf2707
2 changed files with 0 additions and 2 deletions

View File

@ -135,7 +135,6 @@ impl PrivateCrossSigningIdentity {
} }
/// Sign the given public user identity with this private identity. /// Sign the given public user identity with this private identity.
#[allow(dead_code)]
pub(crate) async fn sign_user( pub(crate) async fn sign_user(
&self, &self,
user_identity: &UserIdentity, user_identity: &UserIdentity,

View File

@ -203,7 +203,6 @@ impl UserSigning {
PickledUserSigning { pickle, public_key } PickledUserSigning { pickle, public_key }
} }
#[allow(dead_code)]
pub async fn sign_user( pub async fn sign_user(
&self, &self,
user: &UserIdentity, user: &UserIdentity,