Remove unused typedef as pointed out by a GCC warning.

Yay for auto.

llvm-svn: 203912
This commit is contained in:
Benjamin Kramer 2014-03-14 10:15:44 +00:00
parent 7a3d806c31
commit ca5ebafc9d
1 changed files with 0 additions and 1 deletions

View File

@ -664,7 +664,6 @@ bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration,
BoundNodesTreeBuilder *Builder) {
if (!Declaration->hasDefinition())
return false;
typedef CXXRecordDecl::base_class_const_iterator BaseIterator;
for (const auto &It : Declaration->bases()) {
const Type *TypeNode = It.getType().getTypePtr();