summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/fragmentation/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/network/fragmentation/BUILD')
-rw-r--r--pkg/tcpip/network/fragmentation/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/tcpip/network/fragmentation/BUILD b/pkg/tcpip/network/fragmentation/BUILD
index d8e4a3b54..429af69ee 100644
--- a/pkg/tcpip/network/fragmentation/BUILD
+++ b/pkg/tcpip/network/fragmentation/BUILD
@@ -18,7 +18,6 @@ go_template_instance(
go_library(
name = "fragmentation",
srcs = [
- "frag_heap.go",
"fragmentation.go",
"reassembler.go",
"reassembler_list.go",
@@ -38,7 +37,6 @@ go_test(
name = "fragmentation_test",
size = "small",
srcs = [
- "frag_heap_test.go",
"fragmentation_test.go",
"reassembler_test.go",
],