]> granicus.if.org Git - clang/commitdiff
Remove Attr::isMerged; it is not used any more and redundant with
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 26 Jan 2011 18:07:07 +0000 (18:07 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 26 Jan 2011 18:07:07 +0000 (18:07 +0000)
InheritableAttr

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124298 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Attr.h

index d8f0979a8aedc3b437924ca40a37100370ec5dd8..a6d23e5ff0425db70ca92de3ba83a87995b40310 100644 (file)
@@ -89,10 +89,6 @@ protected:
 
 public:
 
-  /// \brief Whether this attribute should be merged to new
-  /// declarations.
-  virtual bool isMerged() const { return true; }
-
   attr::Kind getKind() const {
     return static_cast<attr::Kind>(AttrKind);
   }