Skip to content

Commit e65aab7

Browse files
committed
stdlib: Fix an unused variable warning.
1 parent 2175e29 commit e65aab7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/libexec/swift-backtrace/main.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ Generate a backtrace for the parent process.
719719
var mentionedImages = Set<Int>()
720720
let formatter = backtraceFormatter()
721721

722-
let platform = target.images.platform
723722
let architecture: String
724723
switch crashingThread.backtrace {
725724
case let .raw(backtrace):

0 commit comments

Comments
 (0)