summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/fdbased/BUILD
diff options
context:
space:
mode:
authorTing-Yu Wang <anivia@google.com>2021-01-25 16:26:10 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-25 16:28:03 -0800
commitb4665aef8717d00f2f3320616ae4ef0914f9a1b4 (patch)
tree3c6462b80732a6ba2db6eb7d41f2eedea9e63741 /pkg/tcpip/link/fdbased/BUILD
parent3d9f88894e50b747bb123ea745f16d026550f83e (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/BUILD1
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",
],