summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/netdevs/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetimpact/netdevs/BUILD')
-rw-r--r--test/packetimpact/netdevs/BUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/packetimpact/netdevs/BUILD b/test/packetimpact/netdevs/BUILD
deleted file mode 100644
index 422bb9b0c..000000000
--- a/test/packetimpact/netdevs/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(
- licenses = ["notice"],
-)
-
-go_library(
- name = "netdevs",
- srcs = ["netdevs.go"],
- visibility = ["//test/packetimpact:__subpackages__"],
- deps = [
- "//pkg/tcpip",
- "//pkg/tcpip/header",
- ],
-)