mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #22962 from atrick/remove-keypath-attr
Remove references to the unused "keypath.entry" attribute.
This commit is contained in:
@@ -597,10 +597,6 @@ bool SILDeclRef::isNoinline() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (auto *attr = decl->getAttrs().getAttribute<SemanticsAttr>())
|
||||
if (attr->Value.equals("keypath.entry"))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user