Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jan 10, 2024
1 parent b69ae82 commit 60f0ed0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions zenoh/src/net/primitives/demux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ impl TransportPeerEventHandler for DeMux {
}
}

// match ctx.msg.body {
// NetworkBody::Declare(m) => self.face.send_declare(RoutingContext::new(m, ctx.inface)),
// NetworkBody::Push(m) => self.face.send_push(RoutingContext::new(m, ctx.inface)),
// NetworkBody::Request(m) => self.face.send_request(RoutingContext::new(m, ctx.inface)),
// NetworkBody::Response(m) => self.face.send_response(RoutingContext::new(m, ctx.inface)),
// NetworkBody::ResponseFinal(m) => self.face.send_response_final(RoutingContext::new(m, ctx.inface)),
// NetworkBody::OAM(_m) => (),
// }

Ok(())
}

Expand Down

0 comments on commit 60f0ed0

Please sign in to comment.