diff options
Diffstat (limited to 'vendor/github.com/fsnotify/fsnotify/inotify_poller.go')
-rw-r--r-- | vendor/github.com/fsnotify/fsnotify/inotify_poller.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/fsnotify/fsnotify/inotify_poller.go b/vendor/github.com/fsnotify/fsnotify/inotify_poller.go index e9ff9439f..b572a37c3 100644 --- a/vendor/github.com/fsnotify/fsnotify/inotify_poller.go +++ b/vendor/github.com/fsnotify/fsnotify/inotify_poller.go @@ -38,7 +38,6 @@ func newFdPoller(fd int) (*fdPoller, error) { poller.close() } }() - poller.fd = fd // Create epoll fd poller.epfd, errno = unix.EpollCreate1(unix.EPOLL_CLOEXEC) |