зеркало из https://github.com/microsoft/clang.git
remove a dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9d5a165d30
Коммит
0ff8818a23
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче