Skip to content

Commit

Permalink
Remove disable vectorized htr (#13537)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Feb 9, 2024
1 parent bb18fa3 commit 573d973
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/features/deprecated_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ var (
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedDisableVecHTR = &cli.BoolFlag{
Name: "disable-vectorized-htr",
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedDisableGossipBatchAggregation = &cli.BoolFlag{
Name: "disable-gossip-batch-aggregation",
Usage: deprecatedUsage,
Expand Down Expand Up @@ -78,7 +73,6 @@ var (
// Deprecated flags for both the beacon node and validator client.
var deprecatedFlags = []cli.Flag{
exampleDeprecatedFeatureFlag,
deprecatedDisableVecHTR,
deprecatedDisableGossipBatchAggregation,
deprecatedBuildBlockParallel,
deprecatedEnableRegistrationCache,
Expand Down

0 comments on commit 573d973

Please sign in to comment.