mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 12:54:27 +00:00
Removed unused code
This commit is contained in:
@@ -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.
|
/// Type hint.
|
||||||
fn no_state_root_iter() -> Option<std::iter::Empty<Result<(Hash256, Slot), Error>>> {
|
fn no_state_root_iter() -> Option<std::iter::Empty<Result<(Hash256, Slot), Error>>> {
|
||||||
None
|
None
|
||||||
|
|||||||
Reference in New Issue
Block a user