remove now-unused "use" statement.

This commit is contained in:
Nick Mathewson 2018-10-30 09:28:10 -04:00
parent 632e040659
commit de55df0260

View 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;