Skip to content

Commit

Permalink
Remove unused var (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Mar 1, 2024
1 parent f2fc4d5 commit 2033f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ETTrace/Symbolicator/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func safeShell(_ command: String) throws {

func processWithOutput(_ executable: String, args: [String]) throws -> String {
let task = Process()
let pipe = Pipe()

task.arguments = args
task.executableURL = URL(fileURLWithPath: executable)
Expand Down

0 comments on commit 2033f2d

Please sign in to comment.