From 7ea076f996dee27a640b8b18b2b58be8011dfe6e Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 24 Feb 2026 10:20:20 +0000 Subject: [PATCH] tidy: remove deprecated header ```bash 15 | #warning The ClangTidyModuleRegistry.h header is deprecated and will be removed in LLVM 24. All of the symbols it used to define have been moved into ClangTidyModule.h. | ^~~~~~~ [100%] Linking CXX shared module libbitcoin-tidy.so ``` --- contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp b/contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp index f2658b5a586..bf79f387ecd 100644 --- a/contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp +++ b/contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp @@ -5,7 +5,6 @@ #include "nontrivial-threadlocal.h" #include -#include class BitcoinModule final : public clang::tidy::ClangTidyModule {