Commit 4ca629df authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Remove unused import.

parent bf251402
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ pub mod exitpath;
use tor_chanmgr::ChanMgr;
use tor_linkspec::{ChanTarget, OwnedChanTarget, OwnedCircTarget};
use tor_netdir::{fallback::FallbackDir, Relay};
use tor_proto::channel::Channel;
use tor_proto::circuit::{CircParameters, ClientCirc};
use tor_rtcompat::Runtime;