Remove the unused DestroyAttrs, noticed by Michael Han.

llvm-svn: 155877
This commit is contained in:
Douglas Gregor 2012-05-01 01:56:29 +00:00
parent bfb4a2138c
commit 8d302d824c
1 changed files with 0 additions and 4 deletions

View File

@ -147,10 +147,6 @@ public:
typedef SmallVector<Attr*, 2> AttrVec;
typedef SmallVector<const Attr*, 2> 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 <typename SpecificAttr>