Skip to content

Commit ff283d5

Browse files
committed
IRGen: Remove LinkEntity::isNominalTypeDescriptor()
1 parent e6dc10a commit ff283d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/IRGen/Linking.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,6 @@ class LinkEntity {
11331133
bool isDynamicallyReplaceableFunctionKey() const {
11341134
return getKind() == Kind::DynamicallyReplaceableFunctionKey;
11351135
}
1136-
bool isNominalTypeDescriptor() const {
1137-
return getKind() == Kind::NominalTypeDescriptor;
1138-
}
11391136

11401137
/// Determine whether this entity will be weak-imported.
11411138
bool isWeakImported(ModuleDecl *module) const;

0 commit comments

Comments
 (0)