summaryrefslogtreecommitdiffhomepage
path: root/tools/go_stateify/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_stateify/BUILD')
-rw-r--r--tools/go_stateify/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/go_stateify/BUILD b/tools/go_stateify/BUILD
deleted file mode 100644
index 913558b4e..000000000
--- a/tools/go_stateify/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-load("//tools:defs.bzl", "bzl_library", "go_binary")
-
-package(licenses = ["notice"])
-
-go_binary(
- name = "stateify",
- srcs = ["main.go"],
- visibility = ["//:sandbox"],
- deps = ["//tools/tags"],
-)
-
-bzl_library(
- name = "defs_bzl",
- srcs = ["defs.bzl"],
- visibility = ["//visibility:private"],
-)