Merge pull request #2560 from thaJeztah/remove_dead_code

types: remove some dead code
This commit is contained in:
Tibor Vass 2020-09-17 13:22:34 -07:00 committed by GitHub
commit 32e231a258

View file

@ -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 {