Skip to content

Commit 37adf81

Browse files
committed
Remove unused ShellOutCommand.Error
1 parent d473679 commit 37adf81

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/ShellOut.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,6 @@ extension ShellOutError: LocalizedError {
386386
}
387387
}
388388

389-
extension ShellOutCommand {
390-
// TODO: consolidate with ShellOutError
391-
struct Error: Swift.Error {
392-
var message: String
393-
}
394-
}
395-
396389
// MARK: - Private
397390

398391
private extension TSCBasic.Process {

0 commit comments

Comments
 (0)