Skip to content

Commit a19f24f

Browse files
committed
Remove incorrect comment
It could be changed to say std::string_view instead, but the same comment isn't present elsewhere so I might as well remove it altogether.
1 parent 7eb5b60 commit a19f24f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-absl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace absl
1515
{
16-
// Use const char * for the format since the real type is hard to mock up.
1716
template <typename... Args>
1817
int PrintF(const std::string_view &format, const Args&... args);
1918

0 commit comments

Comments
 (0)