Removes redundant dependencies (#6693)

This commit is contained in:
Dmitry Kashitsyn
2017-10-15 21:46:11 +07:00
parent 4df541e47a
commit e7690ab658
3 changed files with 0 additions and 3 deletions

View File

@@ -100,7 +100,6 @@ extern crate ethcore_bytes as bytes;
extern crate parking_lot;
extern crate tiny_keccak;
extern crate rlp;
extern crate lru_cache;
extern crate heapsize;
extern crate ethcore_logger;
extern crate hash as keccak;