From f00fb1a39b515f68c735fb35d43000cbe5c0b14b Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Fri, 22 Jan 2016 08:53:29 +0000 Subject: 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 --- src/main/cpp/blaze.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 = -- cgit v1.2.3