diff --git a/ETTrace/Symbolicator/Utils.swift b/ETTrace/Symbolicator/Utils.swift index 3958af8..d0f566a 100644 --- a/ETTrace/Symbolicator/Utils.swift +++ b/ETTrace/Symbolicator/Utils.swift @@ -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)