diff options
-rw-r--r-- | include/clang/AST/Attr.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<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> |