mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Use config directives to carve out a 'portable' kernel stdlib."
This reverts commit r23202 pending further discussion. Swift SVN r23205
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if _runtime(_ObjC)
|
||||
// Swift's String bridges NSString via this protocol and these
|
||||
// variables, allowing the core stdlib to remain decoupled from
|
||||
// Foundation.
|
||||
@@ -186,4 +185,4 @@ extension String {
|
||||
return _NSContiguousString(_core)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user