diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-01 16:58:01 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-01 16:58:01 +0000 |
commit | 964da19b9b3361162209ad820eab7a957d10bc20 (patch) | |
tree | e2d3c86de0536d55bff9ece1ccd05787b08d5995 /pkg/tcpip/link | |
parent | 1e30e0a3f34aa20e8bc1c827a2c6db7566540ee8 (diff) | |
parent | 0eae08bc9e77d54c415c9d59ac3e1fa1f35f0a18 (diff) |
Merge release-20200818.0-98-g0eae08bc9 (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index 06d11f0e1..9a38142f5 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -1,12 +1,11 @@ package tun import ( - "sync/atomic" - "fmt" "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" "runtime" + "sync/atomic" ) // ownerType is used to customize logging. Note that we use a pointer to T so |