Author: pcc
Date: Wed Jan 26 12:07:07 2011
New Revision: 124298

URL: http://llvm.org/viewvc/llvm-project?rev=124298&view=rev
Log:
Remove Attr::isMerged; it is not used any more and redundant with
InheritableAttr

Modified:
    cfe/trunk/include/clang/AST/Attr.h

Modified: cfe/trunk/include/clang/AST/Attr.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Attr.h?rev=124298&r1=124297&r2=124298&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Attr.h (original)
+++ cfe/trunk/include/clang/AST/Attr.h Wed Jan 26 12:07:07 2011
@@ -89,10 +89,6 @@
 
 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);
   }


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to