aboutsummaryrefslogtreecommitdiffstats
path: root/tun_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tun_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tun_darwin.go b/tun_darwin.go
index a74dbac..23c0b54 100644
--- a/tun_darwin.go
+++ b/tun_darwin.go
@@ -177,7 +177,6 @@ func CreateTUNFromFile(file *os.File) (TUNDevice, error) {
return nil, err
}
-
tunIfindex, err := func() (int, error) {
iface, err := net.InterfaceByName(name)
if err != nil {