Skip to content

Commit 577e553

Browse files
xwuarguiot
andauthored
Update stdlib/private/SwiftPrivate/SwiftPrivate.swift
Co-Authored-By: arguiot <[email protected]>
1 parent f76be9b commit 577e553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/private/SwiftPrivate/SwiftPrivate.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public func withArrayOfCStrings<R>(
6262
let argsCounts = Array(args.map { $0.utf8.count + 1 })
6363
let argsOffsets = [ 0 ] + scan(argsCounts, 0, +)
6464
let argsBufferSize = argsOffsets.last!
65-
6665
var argsBuffer: [UInt8] = []
6766
argsBuffer.reserveCapacity(argsBufferSize)
6867
for arg in args {

0 commit comments

Comments
 (0)