Skip to content

Commit

Permalink
remove unused consts
Browse files Browse the repository at this point in the history
xtaci committed Jul 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ee0d851 commit 33e470b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions watcher.go
Original file line number Diff line number Diff line change
@@ -45,12 +45,6 @@ func init() {
}
}

const (
ARM_READ = 0x1
ARM_WRITE = 0x2
ARM_BOTH = 0x3
)

// fdDesc contains all data structures associated to fd
type fdDesc struct {
readers list.List // all read/write requests

0 comments on commit 33e470b

Please sign in to comment.