Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Aug 12, 2020
1 parent 8ec5e94 commit 1a9baee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions swift/grains/Sources/Grains/Grains.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ struct Grains {
case inputTooHigh(String)
}

private static let tooLowError = GrainsError.inputTooLow("tata")
private static let tooHighError = GrainsError.inputTooHigh("toto")

private static func errorMessageFor(input: Int) -> String {
return "Input[\(input)] invalid. Input should be between 1 and 64 (inclusive)"
}
Expand Down

0 comments on commit 1a9baee

Please sign in to comment.