Removed unused code

This commit is contained in:
Emilia Hane 2023-02-07 11:21:10 +01:00
parent d7eb9441cf
commit 9d919917f5
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -2044,12 +2044,6 @@ impl StoreItem for Split {
}
}
impl Split {
pub fn new(slot: Slot, state_root: Hash256) -> Self {
Split { slot, state_root }
}
}
/// Type hint.
fn no_state_root_iter() -> Option<std::iter::Empty<Result<(Hash256, Slot), Error>>> {
None