diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-01-01 21:39:12 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-01-01 21:39:12 +0000 |
commit | 49310ba7dca1df625f89baaa7c70bc4d6a36e80e (patch) | |
tree | d1f37b92397d7819cfdd5b3ac192d26ce5179669 | |
parent | bd9482d859a74bf2c45ef8b8aedec61c0e1c8374 (diff) |
Eliminate redundant, empty function
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147416 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/AST/DumpXML.cpp | 2 |
1 files changed, 0 insertions, 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<XMLDumper>, } // ObjCProtocolDecl - void visitObjCProtocolDeclAttrs(ObjCProtocolDecl *D) { - } void visitObjCProtocolDeclChildren(ObjCProtocolDecl *D) { if (!D->isThisDeclarationADefinition()) return; |