Skip to content

Commit 038849e

Browse files
committed
clang-tidy: Remove no longer needed NOLINT
1 parent 4da0112 commit 038849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/randomenv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
defined(__NetBSD__) || \
6363
defined(__OpenBSD__) || \
6464
defined(__illumos__)
65-
extern char** environ; // NOLINT(readability-redundant-declaration): Necessary on the above platforms
65+
extern char** environ; // Necessary on the above platforms
6666
#endif
6767

6868
namespace {

0 commit comments

Comments
 (0)