From 6dc4e8a336ad597f988d6b145f5b8945ee462d30 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sun, 4 Mar 2018 16:19:27 +0100 Subject: [PATCH] Remove old feature --- util/network/Cargo.toml | 3 --- util/network/src/lib.rs | 1 - 2 files changed, 4 deletions(-) diff --git a/util/network/Cargo.toml b/util/network/Cargo.toml index dc4261a0be8..7f9b30400b5 100644 --- a/util/network/Cargo.toml +++ b/util/network/Cargo.toml @@ -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 = [] diff --git a/util/network/src/lib.rs b/util/network/src/lib.rs index b1bf350713d..de1c8f39650 100644 --- a/util/network/src/lib.rs +++ b/util/network/src/lib.rs @@ -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,