diff --git a/zebra-network/src/peer/connector.rs b/zebra-network/src/peer/connector.rs index 70668c0aa..c3a44de74 100644 --- a/zebra-network/src/peer/connector.rs +++ b/zebra-network/src/peer/connector.rs @@ -69,8 +69,6 @@ where type Future = Pin>>>; fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll> { - // XXX when this asks a second service for - // an address to connect to, it should call inner.ready Poll::Ready(Ok(())) }