Browse code

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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2023/08/03 06:43:50
Showing 1 changed files
... ...
@@ -55,11 +55,6 @@ func (i *Interface) Bridge() bool {
55 55
 	return i.bridge
56 56
 }
57 57
 
58
-// Master returns the srcname of the master interface for this interface.
59
-func (i *Interface) Master() string {
60
-	return i.master
61
-}
62
-
63 58
 func (i *Interface) MacAddress() net.HardwareAddr {
64 59
 	return types.GetMacCopy(i.mac)
65 60
 }