[stdlib] strip final from protocol extensions

Now that we've lifted the requirement

Swift SVN r29043
This commit is contained in:
Dave Abrahams
2015-05-26 23:52:36 +00:00
parent a78fe0224c
commit 1f1643221d
12 changed files with 48 additions and 72 deletions

View File

@@ -55,7 +55,7 @@ extension _SwiftNativeNSArrayWithContiguousStorage: _NSArrayCoreType {
return withUnsafeBufferOfObjects { $0.count }
}
@objc internal final func objectAtIndex(index: Int) -> AnyObject {
@objc internal func objectAtIndex(index: Int) -> AnyObject {
return withUnsafeBufferOfObjects {
objects in
_precondition(