summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
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 08ac4233eb5..b50e71154eb 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)",