aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2017-05-12 17:58:51 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-05-15 19:50:47 +0200
commitc800f8405e4f37458080ba219c598b25c3a9b8de (patch)
treef3a58461fe66fc369e603a0193899ed8a50774ca /src/main/cpp/blaze.cc
parent2ff5afc0dae93d5953c66ab0692344efeccd1e82 (diff)
cpp: remove out-dated StartServer() documentation comment
Since commit 1977d92e17e6: ("Various cleanups and refactorings in the client:"), StartServer() does not return a file descriptor anymore. Change-Id: I920240d3aed5f16077bf9f046522b65664319947 PiperOrigin-RevId: 155871851
Diffstat (limited to 'src/main/cpp/blaze.cc')
-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();