diff --git a/src/main.rs b/src/main.rs
index a539de3..d0ac70b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,7 +13,7 @@ use futures::StreamExt;
use crate::{
core::{
- bootstrap::{bootstrap_server_connection_and_drop_privileges, drop_privs},
+ bootstrap::bootstrap_server_connection_and_drop_privileges,
protocol::{create_client_to_server_message_stream, Response},
},
server::command::ServerArgs,
@@ -148,7 +148,6 @@ fn handle_mysql_admutils_command() -> anyhow::Result