stdlib: Fix an unused variable warning.

This commit is contained in:
Allan Shortlidge
2025-02-01 10:25:23 -08:00
parent 2175e29cfa
commit e65aab74dd

View File

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