From 038849e2e09bb9f4ce1fb5a1f291745506c6a52d Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:38:45 +0000 Subject: [PATCH] clang-tidy: Remove no longer needed NOLINT --- src/randomenv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/randomenv.cpp b/src/randomenv.cpp index 3aff81d1437..829a610fc67 100644 --- a/src/randomenv.cpp +++ b/src/randomenv.cpp @@ -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 {