libnetwork/drivers/remote: remove unused testEndpoint.Interface

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-08-27 14:44:20 +02:00
parent 5b53ddfcdd
commit 40b1389917
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

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