Skip to content

Commit eff6c5a

Browse files
authored
Merge pull request swiftlang#25019 from jckarter/dont-export-equalContexts
Runtime: Don't export equalContexts.
2 parents a2b1e34 + bfc9ba9 commit eff6c5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/Runtime/Metadata.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ const
271271

272272
/// True if two context descriptors in the currently running program describe
273273
/// the same context.
274-
SWIFT_RUNTIME_EXPORT
275274
bool equalContexts(const ContextDescriptor *a, const ContextDescriptor *b);
276275

277276
/// Compute the bounds of class metadata with a resilient superclass.

0 commit comments

Comments
 (0)