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
-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]