From 0acd154fa53776a355a769fd7634a2fb21756472 Mon Sep 17 00:00:00 2001 From: Janak Ramakrishnan Date: Wed, 6 Jan 2016 18:42:30 +0000 Subject: 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 --- .../devtools/build/lib/runtime/BlazeServerStartupOptions.java | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java') 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", -- cgit v1.2.3