Skip to content

Commit 50d106a

Browse files
committed
Merge bitcoin/bitcoin#33781: clang-tidy: Remove no longer needed NOLINT
038849e clang-tidy: Remove no longer needed NOLINT (Hennadii Stepanov) Pull request description: From https://github.com/bitcoin/bitcoin/pull/33714/files#r2491476516: > Actually, the `NOLINT` was fixed and can be removed? You've confirmed that it is undeclared on the listed platforms, so it can't be hit by `readability-redundant-declaration` ACKs for top commit: maflcko: lgtm ACK 038849e l0rinc: I wanted to ask the same on the original PR but forgot - ACK 038849e Tree-SHA512: c0b24235425e80baeac3158c7169122364f31140367bc289430d34f01cd38f9f6a3931319f6fe4e1dc86bc4d87e21a5b4b8a2263c199e8083593f89ce592a177
2 parents ffd7ca3 + 038849e commit 50d106a

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)