mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "New SIL instructions to support tail-allocated arrays in SIL."
This commit is contained in:
@@ -232,12 +232,6 @@ class _SwiftNativeNSArrayWithContiguousStorage {}
|
||||
internal class _ContiguousArrayStorageBase
|
||||
: _SwiftNativeNSArrayWithContiguousStorage {
|
||||
|
||||
final var countAndCapacity: _ArrayBody
|
||||
|
||||
init(_doNotCallMeBase: ()) {
|
||||
_sanityCheckFailure("creating instance of _ContiguousArrayStorageBase")
|
||||
}
|
||||
|
||||
#if _runtime(_ObjC)
|
||||
internal override func withUnsafeBufferOfObjects<R>(
|
||||
_ body: (UnsafeBufferPointer<AnyObject>) throws -> R
|
||||
|
||||
Reference in New Issue
Block a user