Skip to content

Commit

Permalink
🧹 Remove unused StderrOutputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed May 28, 2021
1 parent 06039b0 commit 9a13201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "/~https://github.com/mxcl/PromiseKit.git",
"state": {
"branch": null,
"revision": "44402644d7973879153784b02c0745de32634a35",
"version": "6.15.2"
"revision": "d2f7ba14bcdc45e18f4f60ad9df883fb9055f081",
"version": "6.15.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
.package(url: "/~https://github.com/Carthage/Commandant.git", from: "0.18.0"),
.package(url: "/~https://github.com/Quick/Nimble.git", from: "9.2.0"),
.package(url: "/~https://github.com/Quick/Quick.git", from: "4.0.0"),
.package(url: "/~https://github.com/mxcl/PromiseKit.git", from: "6.15.2"),
.package(url: "/~https://github.com/mxcl/PromiseKit.git", from: "6.15.3"),
.package(url: "/~https://github.com/mxcl/Version.git", from: "2.0.0"),
],
targets: [
Expand Down
7 changes: 0 additions & 7 deletions Sources/mas/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@
//

import Commandant
import Foundation
import MasKit

MasKit.initialize()

struct StderrOutputStream: TextOutputStream {
mutating func write(_ string: String) {
fputs(string, stderr)
}
}

let registry = CommandRegistry<MASError>()
let helpCommand = HelpCommand(registry: registry)

Expand Down

0 comments on commit 9a13201

Please sign in to comment.