[stdlib] Kill _ContiguousArrayBuffer._base, part I

Remove external dependencies

Swift SVN r22986
This commit is contained in:
Dave Abrahams
2014-10-28 03:58:40 +00:00
parent cc0c66df75
commit c06e89960b
2 changed files with 2 additions and 2 deletions

View File

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