aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.rs')
-rw-r--r--src/client.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client.rs b/src/client.rs
index eb5205a..acc3425 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -84,8 +84,6 @@ pub fn run_client(host: &str, local_file: &str, remote_file: &str, remote_is_dir
common::source_files(&mut stream, local_file, remote_is_dir)
}
}
- // XXX: does Drop do this well enough?
- //stream.close().unwrap();
}
fn usage_client(opts: Options) {
@@ -183,7 +181,4 @@ pub fn main_client() {
exit(-1);
}
}
-
- // XXX: does Drop do this well enough?
- //stream.close().unwrap();
}