Clean up warnings: remove dead code, unused imports

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Scott Reimers 2026-03-22 23:38:18 -04:00
parent 6aad2e073c
commit 409e44762a
4 changed files with 6 additions and 115 deletions

View file

@ -7,7 +7,7 @@ use std::net::{IpAddr, SocketAddr};
use std::sync::Arc;
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio::net::{TcpListener, TcpStream};
use tokio::net::TcpStream;
use tokio::sync::Mutex;
use tracing::{debug, info};