diff --git a/validator/src/cli.rs b/validator/src/cli.rs index 2a35116dbb5339..4cbdad1ba6002d 100644 --- a/validator/src/cli.rs +++ b/validator/src/cli.rs @@ -2056,16 +2056,6 @@ fn deprecated_arguments() -> Vec { set" ), ); - add_arg!(Arg::with_name("incremental_snapshots") - .long("incremental-snapshots") - .takes_value(false) - .conflicts_with("no_incremental_snapshots") - .help("Enable incremental snapshots") - .long_help( - "Enable incremental snapshots by setting this flag. When enabled, \ - --snapshot-interval-slots will set the incremental snapshot interval. To set the \ - full snapshot interval, use --full-snapshot-interval-slots.", - )); add_arg!(Arg::with_name("minimal_rpc_api") .long("minimal-rpc-api") .takes_value(false)