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:
Graham Batty
2014-11-10 18:46:42 +00:00
parent c54686f59d
commit 373414864d
27 changed files with 113 additions and 386 deletions

View File

@@ -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