summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/pprof/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/boot/pprof/BUILD')
-rw-r--r--runsc/boot/pprof/BUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/runsc/boot/pprof/BUILD b/runsc/boot/pprof/BUILD
deleted file mode 100644
index 29cb42b2f..000000000
--- a/runsc/boot/pprof/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "pprof",
- srcs = ["pprof.go"],
- visibility = [
- "//runsc:__subpackages__",
- ],
-)