diff --git a/matrix_sdk_crypto/src/machine.rs b/matrix_sdk_crypto/src/machine.rs index 9b098e9e..f458e936 100644 --- a/matrix_sdk_crypto/src/machine.rs +++ b/matrix_sdk_crypto/src/machine.rs @@ -102,7 +102,6 @@ pub struct OlmMachine { /// State machine handling public user identities and devices, keeping track /// of when a key query needs to be done and handling one. identity_manager: IdentityManager, - cross_signing_request: Arc>>, } #[cfg(not(tarpaulin_include))] @@ -190,7 +189,6 @@ impl OlmMachine { verification_machine, key_request_machine, identity_manager, - cross_signing_request: Arc::new(Mutex::new(None)), } }