summaryrefslogtreecommitdiffhomepage
path: root/pkg/context/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/context/BUILD')
-rw-r--r--pkg/context/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkg/context/BUILD b/pkg/context/BUILD
deleted file mode 100644
index 239f31149..000000000
--- a/pkg/context/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "context",
- srcs = ["context.go"],
- visibility = ["//:sandbox"],
- deps = [
- "//pkg/amutex",
- "//pkg/log",
- ],
-)