Merge pull request #965 from ethcore/build-remove-nano

Remove nanomsg from build-dependencies
This commit is contained in:
Arkadiy Paronyan 2016-04-17 13:52:54 +02:00
commit 6826712861
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;