git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2011-03-23 04:03:30 +00:00
Родитель 9d5a165d30
Коммит 0ff8818a23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -377,7 +377,6 @@ bool Decl::isWeakImported() const {
if (!canBeWeakImported(IsDefinition))
return false;
ASTContext &Context = getASTContext();
for (attr_iterator A = attr_begin(), AEnd = attr_end(); A != AEnd; ++A) {
if (isa<WeakImportAttr>(*A))
return true;