aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2015-09-04 00:49:41 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2015-09-04 12:52:07 +0000
commitb766987a40adad920934e6991fa1433f61e0be5b (patch)
tree120a02be6736f9948c86389525a5b147da36f5b3 /examples
parent17e9d7cd408eee1e4e73a1fe6f76917954475937 (diff)
-- MOS_MIGRATED_REVID=102299629
Diffstat (limited to 'examples')
-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",