Skip to content

Commit b74e773

Browse files
committed
remove: unused error
1 parent 0d43e3c commit b74e773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

errors.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ package intele
33
import "errors"
44

55
var (
6-
ErrTimeout = errors.New("input timeout")
7-
ErrTooManyConcurrent = errors.New("too many concurrent requests")
6+
ErrTimeout = errors.New("input timeout")
87
)

0 commit comments

Comments
 (0)