Skip to content

Commit b78f328

Browse files
Remove unnecessary implementation of default fn
1 parent 3564f1a commit b78f328

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

protocols/rendezvous/src/client.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ impl NetworkBehaviour for Behaviour {
183183
.collect()
184184
}
185185

186-
fn inject_connected(&mut self, _: &PeerId) {}
187-
188-
fn inject_disconnected(&mut self, _: &PeerId) {}
189-
190186
fn inject_event(
191187
&mut self,
192188
peer_id: PeerId,

0 commit comments

Comments
 (0)