From 49310ba7dca1df625f89baaa7c70bc4d6a36e80e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 1 Jan 2012 21:39:12 +0000 Subject: [PATCH] Eliminate redundant, empty function git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147416 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/DumpXML.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/AST/DumpXML.cpp b/lib/AST/DumpXML.cpp index 4ef4ce5e38..65b5ef4937 100644 --- a/lib/AST/DumpXML.cpp +++ b/lib/AST/DumpXML.cpp @@ -811,8 +811,6 @@ struct XMLDumper : public XMLDeclVisitor, } // ObjCProtocolDecl - void visitObjCProtocolDeclAttrs(ObjCProtocolDecl *D) { - } void visitObjCProtocolDeclChildren(ObjCProtocolDecl *D) { if (!D->isThisDeclarationADefinition()) return; -- 2.50.1