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

@@ -20,7 +20,6 @@
//
//===----------------------------------------------------------------------===//
#if _runtime(_ObjC)
import SwiftShims
@objc
@@ -114,4 +113,3 @@ public protocol _NSDictionaryType : _NSDictionaryCoreType {
func getObjects(objects: UnsafeMutablePointer<AnyObject>,
andKeys keys: UnsafeMutablePointer<AnyObject>)
}
#endif