diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-05 20:22:26 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-05 20:22:26 +0000 |
commit | 88168b9e32780dcedd2d84757c167923074d5cbc (patch) | |
tree | b134c743caba9861925236bb4494d4c4edb6c578 /pkg/tcpip/stack/addressable_endpoint_state.go | |
parent | 3491ec5ee80b3ed2037a099ccbdc8b482816fc47 (diff) | |
parent | 91e2d15a627a5997f7d237e6c5695403c148f4e5 (diff) |
Merge release-20200928.0-39-g91e2d15a6 (automated)
Diffstat (limited to 'pkg/tcpip/stack/addressable_endpoint_state.go')
-rw-r--r-- | pkg/tcpip/stack/addressable_endpoint_state.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/tcpip/stack/addressable_endpoint_state.go b/pkg/tcpip/stack/addressable_endpoint_state.go index db8ac1c2b..4d3acab96 100644 --- a/pkg/tcpip/stack/addressable_endpoint_state.go +++ b/pkg/tcpip/stack/addressable_endpoint_state.go @@ -679,11 +679,6 @@ type addressState struct { } } -// NetworkEndpoint implements AddressEndpoint. -func (a *addressState) NetworkEndpoint() NetworkEndpoint { - return a.addressableEndpointState.networkEndpoint -} - // AddressWithPrefix implements AddressEndpoint. func (a *addressState) AddressWithPrefix() tcpip.AddressWithPrefix { return a.addr |