aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
diff options
context:
space:
mode:
authorGravatar Janak Ramakrishnan <janakr@google.com>2016-01-06 18:42:30 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-01-07 13:45:47 +0000
commit0acd154fa53776a355a769fd7634a2fb21756472 (patch)
treef9ff8d5ce283f663c59ed3cf4ef8a6cba1bb60fb /src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
parent34c24820681350e0cbcec8c35b5f761ca975ab10 (diff)
Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a shim is done, and Blaze now always preserves spaces in host_jvm_args.
-- MOS_MIGRATED_REVID=111523524
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java')
-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",