aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-05-19 21:53:13 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-05-19 21:53:13 +0000
commita721283dd69afc346d2138bcec4e6aef2d66fd03 (patch)
tree285eb7aa42a2c29b73ff857e1fd1394163b255e4 /flags
parent235c044e4c89672db20507a9b06b44fd331bb47e (diff)
GC unused code.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index c3f3d0cc069..d2e85a1dae3 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -155,11 +155,6 @@ public class Flags {
"Default multiplication factor when computing queuesize for burst handling",
"Takes effect at redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundDoubleFlag DEFAULT_TOP_K_PROBABILITY = defineDoubleFlag(
- "default-top-k-probability", 0.9999,
- "Default probability that you will get the globally top K documents when merging many partitions.",
- "Takes effect at redeployment",
- ZONE_ID, APPLICATION_ID);
public static final UnboundBooleanFlag USE_DISTRIBUTOR_BTREE_DB = defineFeatureFlag(
"use-distributor-btree-db", false,