summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/analysis/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_marshal/analysis/BUILD')
-rw-r--r--tools/go_marshal/analysis/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/go_marshal/analysis/BUILD b/tools/go_marshal/analysis/BUILD
deleted file mode 100644
index c859ced77..000000000
--- a/tools/go_marshal/analysis/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "analysis",
- testonly = 1,
- srcs = ["analysis_unsafe.go"],
- importpath = "gvisor.dev/gvisor/tools/go_marshal/analysis",
- visibility = [
- "//:sandbox",
- ],
-)