Skip to content

Commit 6fe7d81

Browse files
committed
removed errBadComparison
1 parent e50b7eb commit 6fe7d81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/text/template/funcs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ func not(arg reflect.Value) bool {
409409

410410
var (
411411
errBadComparisonType = errors.New("invalid type for comparison")
412-
errBadComparison = errors.New("incompatible types for comparison")
413412
errNoComparison = errors.New("missing argument for comparison")
414413
)
415414

0 commit comments

Comments
 (0)