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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user