Explorar o código

libnetwork/osl: remove Interface.Master() as it's unused

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn %!s(int64=2) %!d(string=hai) anos
pai
achega
c881360e88
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      libnetwork/osl/interface_linux.go

+ 0 - 5
libnetwork/osl/interface_linux.go

@@ -55,11 +55,6 @@ func (i *Interface) Bridge() bool {
 	return i.bridge
 }
 
-// Master returns the srcname of the master interface for this interface.
-func (i *Interface) Master() string {
-	return i.master
-}
-
 func (i *Interface) MacAddress() net.HardwareAddr {
 	return types.GetMacCopy(i.mac)
 }