Explorar el Código

remove now-unused "use" statement.

Nick Mathewson hace 5 años
padre
commit
de55df0260
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/rust/protover/ffi.rs

+ 0 - 1
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;