aboutsummaryrefslogtreecommitdiffstats
path: root/src/uapi_linux.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/uapi_linux.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/uapi_linux.go b/src/uapi_linux.go
index b5dd663..db4f040 100644
--- a/src/uapi_linux.go
+++ b/src/uapi_linux.go
@@ -18,12 +18,6 @@ const (
socketName = "%s.sock"
)
-/* TODO:
- * This code can be improved by using fsnotify once:
- * https://github.com/fsnotify/fsnotify/pull/205
- * Is merged
- */
-
type UAPIListener struct {
listener net.Listener // unix socket listener
connNew chan net.Conn