Skip to content

Commit 1119500

Browse files
committed
StartsWith should be available now globally as it is always used
1 parent f014585 commit 1119500

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/common/tracing/TracingCommandLineArgument.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ namespace chip {
3434
namespace CommandLineApp {
3535

3636
namespace {
37-
#if ENABLE_PERFETTO_TRACING
3837

3938
bool StartsWith(CharSpan argument, const char * prefix)
4039
{
@@ -48,8 +47,6 @@ bool StartsWith(CharSpan argument, const char * prefix)
4847
return argument.data_equal(CharSpan(prefix, prefix_len));
4948
}
5049

51-
#endif
52-
5350
} // namespace
5451

5552
void TracingSetup::EnableTracingFor(const char * cliArg)

0 commit comments

Comments
 (0)