]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove now-unused "use" statement.
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Oct 2018 13:28:10 +0000 (09:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Oct 2018 13:28:10 +0000 (09:28 -0400)
src/rust/protover/ffi.rs

index e29efd6dfc5526ebab5661b93c027411db3579dc..451bf4665d9bfd376f06a79a151c374fd81cfb4a 100644 (file)
@@ -7,7 +7,6 @@
 
 use libc::{c_char, c_int, uint32_t};
 use std::ffi::CStr;
-use std::ffi::CString;
 
 use smartlist::*;
 use tor_allocate::allocate_and_copy_string;