removed redundant evm deps (#6757)

This commit is contained in:
Marek Kotewicz
2017-10-14 19:29:09 +02:00
committed by Arkadiy Paronyan
parent 1294572907
commit 190c1dcede
4 changed files with 0 additions and 22 deletions

View File

@@ -11,8 +11,6 @@ ethcore-bigint = { path = "../../util/bigint" }
patricia_trie = { path = "../../util/patricia_trie" }
log = "0.3"
common-types = { path = "../types" }
evmjit = { path = "../../evmjit", optional = true }
ethjson = { path = "../../json" }
lazy_static = "0.2"
rlp = { path = "../../util/rlp" }
hash = { path = "../../util/hash" }