From 058cedcf664e3bb553e699a09beda4dc5c1474fa Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 20 May 2018 06:29:46 +0200 Subject: Style --- tun_darwin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tun_darwin.go') 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 { -- cgit v1.2.3-59-g8ed1b