We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4929726 + 80896cd commit 9e819eaCopy full SHA for 9e819ea
include/swift/ABI/Metadata.h
@@ -3121,10 +3121,6 @@ struct MetadataCompletionContext {
3121
/// it may be called many times as successive dependencies are resolved.
3122
/// If the function ever completes successfully (by returning null), it
3123
/// will not be called again for the same type.
3124
-///
3125
-/// \return null to indicate that the type has been completed, or a non-null
3126
-/// pointer to indicate that completion is blocked on the completion of
3127
-/// some other type
3128
using MetadataCompleter =
3129
SWIFT_CC(swift)
3130
MetadataDependency(const Metadata *type,
0 commit comments