Browse Source

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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 1 year ago
parent
commit
c881360e88
1 changed files with 0 additions and 5 deletions
  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)
 }