aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2016-01-22 08:53:29 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-22 15:54:46 +0000
commitf00fb1a39b515f68c735fb35d43000cbe5c0b14b (patch)
tree17df8368d77b1de9de79e96c80a423aaee028137 /src
parent940ea0770483ac477fa2d0e36dc660acbd168d89 (diff)
cpp: delete a mistaken note on ParseOptions() documentation
ParseOptions() function does not return any value (its type is void). -- Change-Id: I7e3b818169a304cc2ad6c8d1580ce010b7d79d12 Reviewed-on: https://bazel-review.googlesource.com/#/c/2740/ MOS_MIGRATED_REVID=112762600
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/blaze.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/cpp/blaze.cc b/src/main/cpp/blaze.cc
index a6cf377f8b..e29790cee0 100644
--- a/src/main/cpp/blaze.cc
+++ b/src/main/cpp/blaze.cc
@@ -1296,7 +1296,6 @@ static ATTRIBUTE_NORETURN void SendServerRequest() {
}
// Parse the options, storing parsed values in globals.
-// Returns the index of the first non-option argument.
static void ParseOptions(int argc, const char *argv[]) {
string error;
blaze_exit_code::ExitCode parse_exit_code =