diff --git a/crates/tor-guardmgr/src/bridge/config.rs b/crates/tor-guardmgr/src/bridge/config.rs index af30513d8..0f6b8f0b6 100644 --- a/crates/tor-guardmgr/src/bridge/config.rs +++ b/crates/tor-guardmgr/src/bridge/config.rs @@ -69,10 +69,6 @@ pub struct BridgeConfig(Arc); /// Configuration for a bridge - actual data #[derive(Debug, Clone, Eq, PartialEq, Hash)] struct Inner { - // TODO pt-client: I am not sold on this exact representation for Bridge; it - // needs to be something like this, but not necessarily this exact set of - // members. - // /// Address and transport via which the bridge can be reached, and /// the parameters for those transports. ///