Skip to content

Commit 7ea076f

Browse files
committed
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 ```
1 parent eb17f29 commit 7ea076f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "nontrivial-threadlocal.h"
66

77
#include <clang-tidy/ClangTidyModule.h>
8-
#include <clang-tidy/ClangTidyModuleRegistry.h>
98

109
class BitcoinModule final : public clang::tidy::ClangTidyModule
1110
{

0 commit comments

Comments
 (0)