mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Kill _ContiguousArrayBuffer._base, part I
Remove external dependencies Swift SVN r22986
This commit is contained in:
@@ -92,7 +92,7 @@ public struct _UnitTestArrayBuffer<T> : _ArrayBufferType {
|
||||
|
||||
/// Adopt the storage of x
|
||||
public init(_ buffer: _ContiguousArrayBuffer<Element>) {
|
||||
self._base = buffer._base
|
||||
_base = _HeapBuffer(buffer.owner)
|
||||
}
|
||||
|
||||
public mutating func requestUniqueMutableBackingBuffer(minimumCapacity: Int)
|
||||
|
||||
Reference in New Issue
Block a user