Skip to content

Commit 33e470b

Browse files
committed
remove unused consts
1 parent ee0d851 commit 33e470b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

watcher.go

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ func init() {
4545
}
4646
}
4747

48-
const (
49-
ARM_READ = 0x1
50-
ARM_WRITE = 0x2
51-
ARM_BOTH = 0x3
52-
)
53-
5448
// fdDesc contains all data structures associated to fd
5549
type fdDesc struct {
5650
readers list.List // all read/write requests

0 commit comments

Comments
 (0)