aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.cc
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-04-23 10:40:26 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-23 10:41:52 -0700
commitfec75f46bdc929cc98c23dee7263a972bf7399dc (patch)
treee3a91b8d166276e1963af24bea0a137f14a514bf /src/main/cpp/option_processor.cc
parent526d118037f34aea2bbcfff635d078f0b4271fe5 (diff)
Declare internal helper functions in option_processor-internal.
It's better for testing, while keeping it clear that these functions should not be used outside of option_processor.cc. RELNOTES: None. PiperOrigin-RevId: 193947022
Diffstat (limited to 'src/main/cpp/option_processor.cc')
-rw-r--r--src/main/cpp/option_processor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/cpp/option_processor.cc b/src/main/cpp/option_processor.cc
index 68237570fe..6fa48fee2a 100644
--- a/src/main/cpp/option_processor.cc
+++ b/src/main/cpp/option_processor.cc
@@ -167,7 +167,6 @@ blaze_exit_code::ExitCode OptionProcessor::FindUserBlazerc(
return blaze_exit_code::SUCCESS;
}
-// TODO(#4502 related cleanup) This should be an anonymous namespace.
namespace internal {
vector<string> DedupeBlazercPaths(const vector<string>& paths) {