Skip to content

Commit 82a1ac7

Browse files
authored
Merge pull request #2560 from thaJeztah/remove_dead_code
types: remove some dead code
2 parents a925e7f + b177443 commit 82a1ac7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

types/types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,6 @@ func (br badRequest) Error() string {
591591
}
592592
func (br badRequest) BadRequest() {}
593593

594-
type maskBadRequest string
595-
596594
type notFound string
597595

598596
func (nf notFound) Error() string {
@@ -614,8 +612,6 @@ func (ns noService) Error() string {
614612
}
615613
func (ns noService) NoService() {}
616614

617-
type maskNoService string
618-
619615
type timeout string
620616

621617
func (to timeout) Error() string {

0 commit comments

Comments
 (0)