mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: Fix an unused variable warning.
This commit is contained in:
@@ -719,7 +719,6 @@ Generate a backtrace for the parent process.
|
||||
var mentionedImages = Set<Int>()
|
||||
let formatter = backtraceFormatter()
|
||||
|
||||
let platform = target.images.platform
|
||||
let architecture: String
|
||||
switch crashingThread.backtrace {
|
||||
case let .raw(backtrace):
|
||||
|
||||
Reference in New Issue
Block a user