Skip to content

Commit

Permalink
Remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmt committed Oct 8, 2022
1 parent fe3b37b commit f1025cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/xcodes/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ struct Xcodes: AsyncParsableCommand {
}

struct Install: ParsableCommand {
enum InstallError: Error {
case notAlreadyInstalled
}
static var configuration = CommandConfiguration(
abstract: "Download and install a specific version of Xcode",
discussion: """
Expand Down

0 comments on commit f1025cc

Please sign in to comment.