forked from OSchip/llvm-project
[clang-tidy] Remove unnecessary #ifdef
The code was likely used to verify other changes in c3b9d85bd4
.
This commit is contained in:
parent
7e6fe5c48a
commit
dfd2374ab6
|
@ -37,10 +37,6 @@
|
|||
using namespace clang;
|
||||
using namespace tidy;
|
||||
|
||||
#ifdef LLVM_CLANG_AST_ATTR_H
|
||||
//#error
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
class ClangTidyDiagnosticRenderer : public DiagnosticRenderer {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue