Remove internal-only startup option from documentation.

RELNOTES: None
PiperOrigin-RevId: 188179200
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 e8eafbc..a033e7d 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
@@ -384,16 +384,6 @@
   )
   public String productName;
 
-  @Option(
-    name = "exoblaze",
-    defaultValue = "false",
-    category = "server startup",
-    documentationCategory = OptionDocumentationCategory.BAZEL_CLIENT_OPTIONS,
-    effectTags = {OptionEffectTag.LOSES_INCREMENTAL_STATE},
-    help = "If true, use the Exoblaze rule sets. If false, use the Blaze rule sets."
-  )
-  public boolean exoblaze;
-
   // TODO(ulfjack): Make this a command option.
   @Option(
     name = "write_command_log",