mirror of https://github.com/golang/go.git
removed errBadComparison
This commit is contained in:
parent
e50b7eb068
commit
6fe7d81013
|
|
@ -409,7 +409,6 @@ func not(arg reflect.Value) bool {
|
|||
|
||||
var (
|
||||
errBadComparisonType = errors.New("invalid type for comparison")
|
||||
errBadComparison = errors.New("incompatible types for comparison")
|
||||
errNoComparison = errors.New("missing argument for comparison")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue