Delete unused extern (#1178)

This commit is contained in:
Guanghua Guo
2018-11-30 14:27:30 +08:00
committed by Gav Wood
parent c27c613445
commit 309f627d5c
3 changed files with 0 additions and 7 deletions
-2
View File
@@ -7,7 +7,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
rustc-hex = "1.0"
hex-literal = "0.1.0"
serde = { version = "1.0", default-features = false }
serde_derive = { version = "1.0", optional = true }
safe-mix = { version = "1.0", default-features = false }
parity-codec = "2.1"
parity-codec-derive = "2.1"
@@ -57,7 +56,6 @@ std = [
"srml-upgrade-key/std",
"sr-version/std",
"node-primitives/std",
"serde_derive",
"serde/std",
"safe-mix/std",
"substrate-client/std",
-4
View File
@@ -26,10 +26,6 @@ extern crate srml_support;
#[macro_use]
extern crate sr_primitives as runtime_primitives;
#[cfg(feature = "std")]
#[macro_use]
extern crate serde_derive;
extern crate substrate_primitives;
#[macro_use]