summaryrefslogtreecommitdiffhomepage
path: root/pkg/fdchannel/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/fdchannel/BUILD')
-rw-r--r--pkg/fdchannel/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkg/fdchannel/BUILD b/pkg/fdchannel/BUILD
deleted file mode 100644
index d9104ef02..000000000
--- a/pkg/fdchannel/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-load("//tools:defs.bzl", "go_library", "go_test")
-
-licenses(["notice"])
-
-go_library(
- name = "fdchannel",
- srcs = ["fdchannel_unsafe.go"],
- visibility = ["//visibility:public"],
-)
-
-go_test(
- name = "fdchannel_test",
- size = "small",
- srcs = ["fdchannel_test.go"],
- library = ":fdchannel",
- deps = ["//pkg/sync"],
-)