Avoid pulling in hash_fetch.

This commit is contained in:
Gav Wood 2016-12-11 02:12:52 +01:00
parent 0302d582d2
commit 120564ff29
No known key found for this signature in database
GPG Key ID: C49C1ACA1CC9B252
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@ -297,7 +297,6 @@ dependencies = [
"ethash 1.5.0",
"ethcore-bloom-journal 0.1.0",
"ethcore-devtools 1.5.0",
"ethcore-hash-fetch 1.5.0",
"ethcore-io 1.5.0",
"ethcore-ipc 1.5.0",
"ethcore-ipc-codegen 1.5.0",

View File

@ -34,7 +34,6 @@ ethash = { path = "../ethash" }
ethcore-util = { path = "../util" }
ethcore-io = { path = "../util/io" }
ethcore-devtools = { path = "../devtools" }
ethcore-hash-fetch = { path = "./hash-fetch" }
ethjson = { path = "../json" }
ethcore-ipc = { path = "../ipc/rpc" }
ethstore = { path = "../ethstore" }

View File

@ -103,7 +103,6 @@ extern crate ethcore_bloom_journal as bloom_journal;
extern crate byteorder;
extern crate transient_hashmap;
extern crate linked_hash_map;
extern crate ethcore_hash_fetch as fetch;
#[macro_use]
extern crate log;