]> granicus.if.org Git - clang/commitdiff
Eliminate redundant, empty function
authorDouglas Gregor <dgregor@apple.com>
Sun, 1 Jan 2012 21:39:12 +0000 (21:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 1 Jan 2012 21:39:12 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147416 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/DumpXML.cpp

index 4ef4ce5e382143dea7d10ba50c40bfb03029f8c7..65b5ef4937672b48649199e3c11f50bd5b6d57f4 100644 (file)
@@ -811,8 +811,6 @@ struct XMLDumper : public XMLDeclVisitor<XMLDumper>,
   }
 
   // ObjCProtocolDecl
-  void visitObjCProtocolDeclAttrs(ObjCProtocolDecl *D) {
-  }
   void visitObjCProtocolDeclChildren(ObjCProtocolDecl *D) {
     if (!D->isThisDeclarationADefinition())
       return;