no need for ipc in build-dependencies

This commit is contained in:
Nikolay Volf 2016-04-17 14:11:45 +03:00
parent 799f1b7b08
commit 0ffc222fba
2 changed files with 0 additions and 3 deletions

View File

@ -24,4 +24,3 @@ quasi = { version = "*", default-features = false }
quasi_macros = { version = "*", optional = true }
syntex = { version = "*", optional = true }
syntex_syntax = { version = "*", optional = true }
"ethcore-ipc" = { path = "../rpc"}

View File

@ -39,8 +39,6 @@ extern crate syntax;
#[cfg(not(feature = "with-syntex"))]
extern crate rustc_plugin;
extern crate ethcore_ipc as ipc;
#[cfg(not(feature = "with-syntex"))]
use syntax::feature_gate::AttributeType;