crypto: Remove some dead code definitions.
parent
3073883076
commit
7e9baf2707
|
@ -135,7 +135,6 @@ impl PrivateCrossSigningIdentity {
|
|||
}
|
||||
|
||||
/// Sign the given public user identity with this private identity.
|
||||
#[allow(dead_code)]
|
||||
pub(crate) async fn sign_user(
|
||||
&self,
|
||||
user_identity: &UserIdentity,
|
||||
|
|
|
@ -203,7 +203,6 @@ impl UserSigning {
|
|||
PickledUserSigning { pickle, public_key }
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub async fn sign_user(
|
||||
&self,
|
||||
user: &UserIdentity,
|
||||
|
|
Loading…
Reference in New Issue