Skip to content

Commit

Permalink
integer-overflow - remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
akemrir committed Oct 9, 2024
1 parent da65ebc commit b134174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const (
)

var TimeoutError = errors.New("Inotify timeout")
var WatchesNumberUint32OverflowError = errors.New("watches number overflow")

type addWatchRequest struct {
pathName string
Expand Down

0 comments on commit b134174

Please sign in to comment.