From f1025cc712619d3c716c09ce0bc83c523d3d7440 Mon Sep 17 00:00:00 2001 From: Mahmood Tahir Date: Sat, 1 Oct 2022 15:17:25 -0400 Subject: [PATCH] Remove unused enum --- Sources/xcodes/App.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/xcodes/App.swift b/Sources/xcodes/App.swift index 5dfee6d..127cca4 100644 --- a/Sources/xcodes/App.swift +++ b/Sources/xcodes/App.swift @@ -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: """