We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76be9b commit 577e553Copy full SHA for 577e553
stdlib/private/SwiftPrivate/SwiftPrivate.swift
@@ -62,7 +62,6 @@ public func withArrayOfCStrings<R>(
62
let argsCounts = Array(args.map { $0.utf8.count + 1 })
63
let argsOffsets = [ 0 ] + scan(argsCounts, 0, +)
64
let argsBufferSize = argsOffsets.last!
65
-
66
var argsBuffer: [UInt8] = []
67
argsBuffer.reserveCapacity(argsBufferSize)
68
for arg in args {
0 commit comments