diff --git a/src/main.rs b/src/main.rs index 2392073..d195a05 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,11 +1,3 @@ -use std::sync::mpsc; -use std::io::{Write}; -use std::thread; -use std::time::Duration; - -use modules::socket_handler::Socket; - - mod tests; mod modules;