aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
index e37fdae34a..8f66df6ac1 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
@@ -220,16 +220,6 @@ public class BlazeServerStartupOptions extends OptionsBase {
help = "Unused.")
public String unusedSkyframe;
- @Option(
- name = "experimental_preserve_spaces_in_host_jvm_args",
- defaultValue = "false",
- category = "undocumented",
- help =
- "If this option is true, each argument to --host_jvm_args is considered a single JVM "
- + "flag, even if it has spaces in it."
- )
- public boolean unusedPreserveSpacesInHostJvmArgs;
-
@Option(name = "fatal_event_bus_exceptions",
defaultValue = "false", // NOTE: purely decorative!
category = "undocumented",