mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-30 02:15:54 +02:00
clang-tidy: Remove no longer needed NOLINT
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
defined(__NetBSD__) || \
|
||||
defined(__OpenBSD__) || \
|
||||
defined(__illumos__)
|
||||
extern char** environ; // NOLINT(readability-redundant-declaration): Necessary on the above platforms
|
||||
extern char** environ; // Necessary on the above platforms
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user