Skip to content

Commit

Permalink
remove unused structs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka committed Nov 3, 2024
1 parent bc97360 commit aeb34bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions beacon-chain/sync/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import (
"github.com/prysmaticlabs/prysm/v5/config/params"
"github.com/prysmaticlabs/prysm/v5/consensus-types/blocks"
"github.com/prysmaticlabs/prysm/v5/consensus-types/interfaces"
"github.com/prysmaticlabs/prysm/v5/consensus-types/primitives"
leakybucket "github.com/prysmaticlabs/prysm/v5/container/leaky-bucket"
ethpb "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
"github.com/prysmaticlabs/prysm/v5/runtime"
Expand Down Expand Up @@ -77,15 +76,6 @@ var (
// Common type for functional p2p validation options.
type validationFn func(ctx context.Context) (pubsub.ValidationResult, error)

type lcFinalityUpdateInfo struct {
slot primitives.Slot
hasSupermajority bool
}

type lcOptimisticUpdateInfo struct {
slot primitives.Slot
}

// config to hold dependencies for the sync service.
type config struct {
attestationNotifier operation.Notifier
Expand Down

0 comments on commit aeb34bd

Please sign in to comment.