Skip to content

Commit

Permalink
Revert "Add protocols_handler::multi module. (libp2p#1497)"
Browse files Browse the repository at this point in the history
This reverts commit 0d3e4f2
  • Loading branch information
folex committed Mar 30, 2020
1 parent b25a07b commit 39e109f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 378 deletions.
1 change: 0 additions & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ categories = ["network-programming", "asynchronous"]
futures = "0.3.1"
libp2p-core = { version = "0.16.0", path = "../core" }
log = "0.4"
rand = "0.7"
smallvec = "1.0"
wasm-timer = "0.2"
void = "1"
Expand Down
1 change: 0 additions & 1 deletion swarm/src/protocols_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ mod map_out;
mod node_handler;
mod one_shot;
mod select;
pub mod multi;

pub use crate::upgrade::{
InboundUpgradeSend,
Expand Down
376 changes: 0 additions & 376 deletions swarm/src/protocols_handler/multi.rs

This file was deleted.

0 comments on commit 39e109f

Please sign in to comment.