Skip to content

Commit

Permalink
Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveint committed Sep 21, 2023
1 parent 2597d37 commit f0b8461
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion chorus_lib/src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ where {
for (k, v) in self.info.into_iter() {
new_info.insert(k, v);
}
// Assuming NewLocation has a `name` associated function
new_info.insert(NewLocation::name().to_string(), info);

TransportConfig {
Expand Down
2 changes: 0 additions & 2 deletions chorus_lib/src/transport/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ use tiny_http::Server;
use ureq::{Agent, AgentBuilder};

use crate::transport::TransportConfig;
// #[cfg(test)]
// use crate::transport::transport_for_target;

use crate::{
core::{ChoreographyLocation, HList, Member, Portable, Transport},
Expand Down

0 comments on commit f0b8461

Please sign in to comment.