aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/proto/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/proto/BUILD')
-rw-r--r--examples/proto/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/proto/BUILD b/examples/proto/BUILD
index 32e43e5831..7ce5659ea6 100644
--- a/examples/proto/BUILD
+++ b/examples/proto/BUILD
@@ -2,12 +2,6 @@ package(default_visibility = ["//visibility:public"])
load("/tools/build_rules/genproto", "proto_java_library")
-proto_library(
- name = "proto_smoke_test",
- srcs = ["test.proto"],
-)
-
-# proto_java_library is a quick and dirty rule to help Bazel compile itself.
proto_java_library(
name = "test_proto",
src = "test.proto",