forked from OSchip/llvm-project
Remove the unused DestroyAttrs, noticed by Michael Han.
llvm-svn: 155877
This commit is contained in:
parent
bfb4a2138c
commit
8d302d824c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue