Skip to content

Commit

Permalink
protocols/dcutr: Remove empty Behaviour::inject_connected
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 1, 2022
1 parent e7fa5e9 commit 831deb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protocols/dcutr/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ impl NetworkBehaviour for Behaviour {
vec![]
}

fn inject_connected(&mut self, _peer_id: &PeerId) {}

fn inject_connection_established(
&mut self,
peer_id: &PeerId,
Expand Down

0 comments on commit 831deb5

Please sign in to comment.