aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/cpp/blaze.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/cpp/blaze.cc b/src/main/cpp/blaze.cc
index 6ef4433487..14f976b74e 100644
--- a/src/main/cpp/blaze.cc
+++ b/src/main/cpp/blaze.cc
@@ -586,8 +586,7 @@ static void VerifyJavaVersionAndSetJvm() {
globals->jvm_path = exe;
}
-// Starts the Blaze server. Returns a readable fd connected to the server.
-// This is currently used only to detect liveness.
+// Starts the Blaze server.
static void StartServer(const WorkspaceLayout *workspace_layout,
BlazeServerStartup **server_startup) {
vector<string> jvm_args_vector = GetArgumentArray();