From 48bc495430fa2f5fd444d26148874827a78651e0 Mon Sep 17 00:00:00 2001 From: Joel Reymont Date: Fri, 3 Jul 2015 16:53:13 +0200 Subject: [PATCH] minor --- watch/inotify.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/watch/inotify.go b/watch/inotify.go index 94a2cec..f263b56 100644 --- a/watch/inotify.go +++ b/watch/inotify.go @@ -12,8 +12,6 @@ import ( "gopkg.in/tomb.v1" ) -var inotifyTracker *InotifyTracker - // InotifyFileWatcher uses inotify to monitor file changes. type InotifyFileWatcher struct { Filename string