Skip to content

Commit 13020c4

Browse files
committed
Runtime: Remove unused method
1 parent 32caa17 commit 13020c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/swift/ABI/GenericContext.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -499,13 +499,6 @@ class TrailingGenericContextObjects<TargetSelf<Runtime>,
499499
header.NumPacks};
500500
}
501501

502-
/// Return the amount of space that the generic arguments take up in
503-
/// metadata of this type.
504-
StoredSize getGenericArgumentsStorageSize() const {
505-
return StoredSize(getGenericContextHeader().getNumArguments())
506-
* sizeof(StoredPointer);
507-
}
508-
509502
RuntimeGenericSignature<Runtime> getGenericSignature() const {
510503
if (!asSelf()->isGeneric()) return RuntimeGenericSignature<Runtime>();
511504
return {getGenericContextHeader(),

0 commit comments

Comments
 (0)