diff --git a/clang/include/clang/AST/Attr.h b/clang/include/clang/AST/Attr.h index ef1aa256626c..84ee5a738b72 100644 --- a/clang/include/clang/AST/Attr.h +++ b/clang/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