Remove Attr::isMerged; it is not used any more and redundant with

InheritableAttr

llvm-svn: 124298
This commit is contained in:
Peter Collingbourne 2011-01-26 18:07:07 +00:00
parent b2f8aa9556
commit 7b0b89609f
1 changed files with 0 additions and 4 deletions

View 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);
}