libnetwork/drivers/remote: remove unused testEndpoint.Interface
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5b53ddfcdd
commit
40b1389917
1 changed files with 0 additions and 4 deletions
|
@ -95,10 +95,6 @@ type testEndpoint struct {
|
|||
disableGatewayService bool
|
||||
}
|
||||
|
||||
func (test *testEndpoint) Interface() driverapi.InterfaceInfo {
|
||||
return test
|
||||
}
|
||||
|
||||
func (test *testEndpoint) Address() *net.IPNet {
|
||||
if test.address == "" {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Reference in a new issue