aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.rs')
-rw-r--r--src/common.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.rs b/src/common.rs
index 5830ab6..063b166 100644
--- a/src/common.rs
+++ b/src/common.rs
@@ -4,7 +4,7 @@ extern crate utp;
use std::str;
use std::env;
use std::process::exit;
-use utp::{UtpSocket, UtpListener};
+use utp::{UtpSocket};
fn send_files(socket: UtpSocket, file_path: &str, recursive: bool) {