From 89d00452144dd1f517e90b4ea4c72ca9ee12ba3b Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 3 Sep 2017 18:10:06 +0200 Subject: Fixed TUN interface implementation os OS X --- src/uapi_linux.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/uapi_linux.go') 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 -- cgit v1.2.3-59-g8ed1b