removed evaluation.rs (#11766)

* removed evaluation.rs

* no need for parent_hash

* fix
This commit is contained in:
Sergej Sakac
2022-07-17 00:38:38 +03:00
committed by GitHub
parent f514bc3892
commit a0a806ac78
3 changed files with 1 additions and 86 deletions
@@ -33,7 +33,6 @@ use sp_state_machine::StorageProof;
pub mod block_validation;
pub mod error;
pub mod evaluation;
mod select_chain;
pub use self::error::Error;