From: Nick Mathewson Date: Tue, 30 Oct 2018 13:28:10 +0000 (-0400) Subject: remove now-unused "use" statement. X-Git-Tag: tor-0.3.5.5-alpha~8^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de55df0260a25ed26119174555a17c4b29657a90;p=thirdparty%2Ftor.git remove now-unused "use" statement. --- diff --git a/src/rust/protover/ffi.rs b/src/rust/protover/ffi.rs index e29efd6dfc..451bf4665d 100644 --- a/src/rust/protover/ffi.rs +++ b/src/rust/protover/ffi.rs @@ -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;