[clang-tidy] Remove unnecessary #ifdef

The code was likely used to verify other changes in c3b9d85bd4.
This commit is contained in:
Alexander Kornienko 2021-01-28 14:54:00 +01:00
parent 7e6fe5c48a
commit dfd2374ab6
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@
using namespace clang;
using namespace tidy;
#ifdef LLVM_CLANG_AST_ATTR_H
//#error
#endif
namespace {
class ClangTidyDiagnosticRenderer : public DiagnosticRenderer {
public: