From fb476b011768367be51010c89754dcd23b383f5a Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Fri, 31 Jan 2020 13:29:03 +0300 Subject: [PATCH] linter --- dhcpd/network_utils.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dhcpd/network_utils.go b/dhcpd/network_utils.go index 362378df..85fc261d 100644 --- a/dhcpd/network_utils.go +++ b/dhcpd/network_utils.go @@ -13,14 +13,6 @@ import ( "github.com/AdguardTeam/golibs/log" ) -type netInterface struct { - Name string - MTU int - HardwareAddr string - Addresses []string - Flags string -} - // getValidNetInterfaces returns interfaces that are eligible for DNS and/or DHCP // invalid interface is a ppp interface or the one that doesn't allow broadcasts func getValidNetInterfaces() ([]net.Interface, error) {