types: remove some dead code
These errors were not in use, so we can remove them Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
dc89fc3449
commit
42b87e6a4b
1 changed files with 0 additions and 4 deletions
|
@ -591,8 +591,6 @@ func (br badRequest) Error() string {
|
|||
}
|
||||
func (br badRequest) BadRequest() {}
|
||||
|
||||
type maskBadRequest string
|
||||
|
||||
type notFound string
|
||||
|
||||
func (nf notFound) Error() string {
|
||||
|
@ -614,8 +612,6 @@ func (ns noService) Error() string {
|
|||
}
|
||||
func (ns noService) NoService() {}
|
||||
|
||||
type maskNoService string
|
||||
|
||||
type timeout string
|
||||
|
||||
func (to timeout) Error() string {
|
||||
|
|
Loading…
Reference in a new issue