Skip to content

Commit

Permalink
Remove unnecessary implementation of default fn
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 1, 2021
1 parent 3564f1a commit b78f328
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions protocols/rendezvous/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ impl NetworkBehaviour for Behaviour {
.collect()
}

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

fn inject_disconnected(&mut self, _: &PeerId) {}

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

0 comments on commit b78f328

Please sign in to comment.