aboutsummaryrefslogtreecommitdiffstats
path: root/watcher/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher/watcher.go')
-rw-r--r--watcher/watcher.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/watcher/watcher.go b/watcher/watcher.go
index 8f837e1..93e4f33 100644
--- a/watcher/watcher.go
+++ b/watcher/watcher.go
@@ -15,8 +15,6 @@ import (
"github.com/rjeczalik/notify"
)
-const notifyFlag = notify.Write | notify.Rename
-
type Handler interface {
Handle(filename, postCommand string, remove bool) error
}