]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a now-unused rust "use".
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Oct 2018 23:50:45 +0000 (19:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Oct 2018 23:50:45 +0000 (19:50 -0400)
src/rust/protover/ffi.rs

index 8ab11842d1d68aa20bc5c1729b8e3ca31b417fb5..8d9f4b874108657e5267b585f1d1e1a1906400de 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;