mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
Remove unused error type
This commit is contained in:
@@ -19,7 +19,6 @@ pub enum Error {
|
|||||||
StoreError(store::Error),
|
StoreError(store::Error),
|
||||||
DecodeError(ssz::DecodeError),
|
DecodeError(ssz::DecodeError),
|
||||||
ParentStateMissing(Hash256),
|
ParentStateMissing(Hash256),
|
||||||
StateMissing(Hash256),
|
|
||||||
BlockReplayError(state_processing::BlockReplayError),
|
BlockReplayError(state_processing::BlockReplayError),
|
||||||
RebuildingStateCaches(BeaconStateError),
|
RebuildingStateCaches(BeaconStateError),
|
||||||
SlotClockError,
|
SlotClockError,
|
||||||
@@ -44,7 +43,6 @@ impl Error {
|
|||||||
| Error::DecodeError(_)
|
| Error::DecodeError(_)
|
||||||
| Error::Unexpected(_)
|
| Error::Unexpected(_)
|
||||||
| Error::ParentStateMissing(_)
|
| Error::ParentStateMissing(_)
|
||||||
| Error::StateMissing(_)
|
|
||||||
| Error::BlockReplayError(_)
|
| Error::BlockReplayError(_)
|
||||||
| Error::RebuildingStateCaches(_)
|
| Error::RebuildingStateCaches(_)
|
||||||
| Error::SlotClockError
|
| Error::SlotClockError
|
||||||
|
|||||||
Reference in New Issue
Block a user