Skip to content

Commit

Permalink
Remove deprecated build block parallel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Feb 9, 2024
1 parent 5582c55 commit 5700852
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/features/deprecated_flags.go
Expand Up @@ -17,12 +17,6 @@ var (
Usage: deprecatedUsage,
Hidden: true,
}
deprecatedBuildBlockParallel = &cli.BoolFlag{
Name: "build-block-parallel",
Usage: deprecatedUsage,
Hidden: true,
}

deprecatedEnableRegistrationCache = &cli.BoolFlag{
Name: "enable-registration-cache",
Usage: deprecatedUsage,
Expand Down Expand Up @@ -69,7 +63,6 @@ var (
var deprecatedFlags = []cli.Flag{
exampleDeprecatedFeatureFlag,
deprecatedDisableGossipBatchAggregation,
deprecatedBuildBlockParallel,
deprecatedEnableRegistrationCache,
deprecatedEnableOptionalEngineMethods,
deprecatedDisableBuildBlockParallel,
Expand Down

0 comments on commit 5700852

Please sign in to comment.