Remove unused `num_cpus` dep

This commit is contained in:
Andrew Poelstra 2016-10-10 13:09:40 +00:00
parent e3c793f702
commit 02718be82f
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ broken_consensus_code = []
[dependencies]
byteorder = "0.3"
num = "0.1"
num_cpus = "0.2"
rand = "0.3"
rust-crypto = "0.2"
rustc-serialize = "0.3"

View File

@ -45,7 +45,6 @@ extern crate byteorder;
extern crate crypto;
#[macro_use] extern crate jsonrpc;
extern crate num;
extern crate num_cpus;
extern crate rand;
extern crate rustc_serialize as serialize;
extern crate secp256k1;