aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/anonymous.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/imap/command/anonymous.rs')
-rw-r--r--src/imap/command/anonymous.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imap/command/anonymous.rs b/src/imap/command/anonymous.rs
index 8cd986c..84d0dca 100644
--- a/src/imap/command/anonymous.rs
+++ b/src/imap/command/anonymous.rs
@@ -69,8 +69,6 @@ impl<'a> AnonymousContext<'a> {
Ok(c) => c,
};
- let s3_client = creds.s3_client();
- let k2v_client = creds.k2v_client();
let user = User::new(u.clone(), creds)?;
tracing::info!(username=%u, "connected");