diff --git a/compute_tools/src/bin/compute_ctl.rs b/compute_tools/src/bin/compute_ctl.rs index 81d4320b14..7f22bda13e 100644 --- a/compute_tools/src/bin/compute_ctl.rs +++ b/compute_tools/src/bin/compute_ctl.rs @@ -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]