File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -721,13 +721,9 @@ void swift_getFieldAt(
721
721
void verifyMangledNameRoundtrip (const Metadata *metadata);
722
722
#endif
723
723
724
- #if !SWIFT_OBJC_INTEROP
725
-
726
724
SWIFT_CC (swift) SWIFT_RUNTIME_STDLIB_API
727
725
const TypeContextDescriptor *swift_getTypeContextDescriptor(const Metadata *type);
728
726
729
- #endif // !SWIFT_OBJC_INTEROP
730
-
731
727
} // end namespace swift
732
728
733
729
#endif // SWIFT_RUNTIME_METADATA_H
Original file line number Diff line number Diff line change @@ -3941,10 +3941,6 @@ void swift::verifyMangledNameRoundtrip(const Metadata *metadata) {
3941
3941
}
3942
3942
#endif
3943
3943
3944
- #if !SWIFT_OBJC_INTEROP
3945
-
3946
3944
const TypeContextDescriptor *swift::swift_getTypeContextDescriptor (const Metadata *type) {
3947
3945
return type->getTypeContextDescriptor ();
3948
3946
}
3949
-
3950
- #endif // !SWIFT_OBJC_INTEROP
You can’t perform that action at this time.
0 commit comments