[clang-tidy] Remove an empty destructor.

llvm-svn: 232031
This commit is contained in:
Alexander Kornienko 2015-03-12 12:30:10 +00:00
parent 832472a2ad
commit 8d6c3571b4

View File

@ -113,8 +113,6 @@ public:
assert(!CheckName.empty()); assert(!CheckName.empty());
} }
~ClangTidyCheck() override = default;
/// \brief Override this to register \c PPCallbacks with \c Compiler. /// \brief Override this to register \c PPCallbacks with \c Compiler.
/// ///
/// This should be used for clang-tidy checks that analyze preprocessor- /// This should be used for clang-tidy checks that analyze preprocessor-