mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-05 11:16:24 +00:00
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
```
This commit is contained in:
parent
eb17f29aa5
commit
7ea076f996
@ -5,7 +5,6 @@
|
||||
#include "nontrivial-threadlocal.h"
|
||||
|
||||
#include <clang-tidy/ClangTidyModule.h>
|
||||
#include <clang-tidy/ClangTidyModuleRegistry.h>
|
||||
|
||||
class BitcoinModule final : public clang::tidy::ClangTidyModule
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user