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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-08-02 23:43:50 +02:00
parent b9bf407929
commit c881360e88
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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)
}