Skip to content

Commit

Permalink
remove unused Error type
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed May 20, 2024
1 parent d83abb5 commit 9edfe6e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/carton/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ import CartonHelpers
import Foundation
import SwiftToolchain

struct CartonCommandError: Error & CustomStringConvertible {
init(_ description: String) {
self.description = description
}
var description: String
}

extension Foundation.Process {
internal static func checkRun(
_ executableURL: URL, arguments: [String], forwardExit: Bool = false
Expand Down

0 comments on commit 9edfe6e

Please sign in to comment.