libnetwork/osl: remove Interface.Master() as it's unused
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b9bf407929
commit
c881360e88
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue