diff options
author | Ting-Yu Wang <anivia@google.com> | 2021-01-25 16:26:10 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-25 16:28:03 -0800 |
commit | b4665aef8717d00f2f3320616ae4ef0914f9a1b4 (patch) | |
tree | 3c6462b80732a6ba2db6eb7d41f2eedea9e63741 /pkg/tcpip/link/fdbased/BUILD | |
parent | 3d9f88894e50b747bb123ea745f16d026550f83e (diff) |
fdbased: Dedup code related to iovec reading
PiperOrigin-RevId: 353755271
Diffstat (limited to 'pkg/tcpip/link/fdbased/BUILD')
-rw-r--r-- | pkg/tcpip/link/fdbased/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/tcpip/link/fdbased/BUILD b/pkg/tcpip/link/fdbased/BUILD index 10072eac1..ae1394ebf 100644 --- a/pkg/tcpip/link/fdbased/BUILD +++ b/pkg/tcpip/link/fdbased/BUILD @@ -35,7 +35,6 @@ go_test( "//pkg/tcpip", "//pkg/tcpip/buffer", "//pkg/tcpip/header", - "//pkg/tcpip/link/rawfile", "//pkg/tcpip/stack", "@com_github_google_go_cmp//cmp:go_default_library", ], |