aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-08-15 11:27:38 +0200
committerHarald Musum <musum@yahooinc.com>2023-08-15 11:27:38 +0200
commita9249a3e3132b4dba2f803c8f29b1855635a8a32 (patch)
tree21735939cfd2db34b36a7facb10226900339604a /flags
parentd81adba2a4d5ce64ca11be66ed46ab016ab346e1 (diff)
Remove unused feature flag
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
index 5a791522977..ba62d81afc1 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -352,14 +352,6 @@ public class PermanentFlags {
"Takes effect immediately",
TENANT_ID);
- // TODO: Remove when not in use anymore, replaced by KEEP_FILE_REFERENCES_DAYS
- public static final UnboundIntFlag KEEP_FILE_REFERENCES_ON_TENANT_NODES = defineIntFlag(
- "keep-file-references-on-tenant-nodes", 30,
- "How many days to keep file references on tenant nodes (based on last modification time)",
- "Takes effect on restart of Docker container",
- APPLICATION_ID
- );
-
public static final UnboundIntFlag KEEP_FILE_REFERENCES_DAYS = defineIntFlag(
"keep-file-references-days", 30,
"How many days to keep file references on tenant nodes (based on last modification time)",