compute_ctl: Remove deprecated flag --file-cache-on-disk (#5622)

See neondatabase/cloud#7516 for more.
This commit is contained in:
Em Sharnoff
2023-11-18 12:43:54 +01:00
committed by GitHub
parent 5d13a2e426
commit cad0dca4b8

View File

@@ -479,13 +479,6 @@ fn cli() -> clap::Command {
)
.value_name("FILECACHE_CONNSTR"),
)
.arg(
// DEPRECATED, NO LONGER DOES ANYTHING.
// See https://github.com/neondatabase/cloud/issues/7516
Arg::new("file-cache-on-disk")
.long("file-cache-on-disk")
.action(clap::ArgAction::SetTrue),
)
}
#[test]