Cleanup unused vm dependencies (#10787)

This commit is contained in:
Marek Kotewicz
2019-06-26 20:17:17 +08:00
committed by Niklas Adolfsson
parent 3a2c173fe1
commit 4489ca0a38
3 changed files with 0 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ extern crate ethjson;
extern crate rlp;
extern crate keccak_hash as hash;
extern crate patricia_trie_ethereum as ethtrie;
extern crate trie_db as trie;
mod action_params;
mod call_type;