Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Remove old feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Mar 4, 2018
1 parent 3eaa442 commit 6dc4e8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions util/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ rlp = { path = "../rlp" }
ipnetwork = "0.12.6"
snappy = { git = "https://github.com/paritytech/rust-snappy" }
error-chain = { version = "0.11", default-features = false }

[features]
default = []
1 change: 0 additions & 1 deletion util/network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ impl NonReservedPeerMode {
}

#[derive(Clone, Debug, PartialEq, Eq)]
#[cfg_attr(feature = "ipc", binary)]
pub struct IpFilter {
pub predefined: AllowIP,
pub custom_allow: Vec<IpNetwork>,
Expand Down

0 comments on commit 6dc4e8a

Please sign in to comment.