From 87983ab6104848e4f669c3e98d42ac9476bb55b3 Mon Sep 17 00:00:00 2001 From: Doug Date: Fri, 24 Jan 2025 16:37:27 +0000 Subject: [PATCH] chore: Remove an old todo This was already done by moving the methods into Client. --- crates/matrix-sdk/src/authentication/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/matrix-sdk/src/authentication/mod.rs b/crates/matrix-sdk/src/authentication/mod.rs index eafd9c38a..1a6fad939 100644 --- a/crates/matrix-sdk/src/authentication/mod.rs +++ b/crates/matrix-sdk/src/authentication/mod.rs @@ -14,8 +14,6 @@ //! Types and functions related to authentication in Matrix. -// TODO:(pixlwave) Move AuthenticationService from the FFI into this module. - use std::sync::Arc; use as_variant::as_variant;