From: Douglas Gregor Date: Tue, 1 May 2012 01:56:29 +0000 (+0000) Subject: Remove the unused DestroyAttrs, noticed by Michael Han. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9222cadd8dcc17d0a18b1b8e0e1b10bda8513993;p=clang Remove the unused DestroyAttrs, noticed by Michael Han. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Attr.h b/include/clang/AST/Attr.h index ef1aa25662..84ee5a738b 100644 --- a/include/clang/AST/Attr.h +++ b/include/clang/AST/Attr.h @@ -147,10 +147,6 @@ public: typedef SmallVector AttrVec; typedef SmallVector ConstAttrVec; -/// DestroyAttrs - Destroy the contents of an AttrVec. -inline void DestroyAttrs (AttrVec& V, ASTContext &C) { -} - /// specific_attr_iterator - Iterates over a subrange of an AttrVec, only /// providing attributes that are of a specifc type. template