summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/packetsocket/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/link/packetsocket/BUILD')
-rw-r--r--pkg/tcpip/link/packetsocket/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg/tcpip/link/packetsocket/BUILD b/pkg/tcpip/link/packetsocket/BUILD
deleted file mode 100644
index 6fff160ce..000000000
--- a/pkg/tcpip/link/packetsocket/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "packetsocket",
- srcs = ["endpoint.go"],
- visibility = ["//visibility:public"],
- deps = [
- "//pkg/tcpip",
- "//pkg/tcpip/link/nested",
- "//pkg/tcpip/stack",
- ],
-)