summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-06-03 09:55:18 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2019-06-03 09:55:18 +0200
commit6700afec1bf1a6f64139a0c170ea206a2bd2ad39 (patch)
treec9dcee7778c9f5f3722b3371e84c615282e70535 /flags
parent716c293fe3e766c6af8e3e62d65ea40f0bf8369d (diff)
Remove dispatch-with-protobuf
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java6
1 files changed, 0 insertions, 6 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 9ede09efec4..ad2654b67ae 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -93,12 +93,6 @@ public class Flags {
"Takes effect at redeployment",
APPLICATION_ID);
- public static final UnboundBooleanFlag DISPATCH_WITH_PROTOBUF = defineFeatureFlag(
- "dispatch-with-protobuf", false,
- "Should the java dispatcher use protobuf/jrt as the default",
- "Takes effect at redeployment",
- APPLICATION_ID);
-
public static final UnboundBooleanFlag ENABLE_DYNAMIC_PROVISIONING = defineFeatureFlag(
"enable-dynamic-provisioning", false,
"Provision a new docker host when we otherwise can't allocate a docker node",