aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/def_parser
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/def_parser')
-rw-r--r--third_party/def_parser/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/def_parser/BUILD b/third_party/def_parser/BUILD
index bd75a15ae9..c05061f39c 100644
--- a/third_party/def_parser/BUILD
+++ b/third_party/def_parser/BUILD
@@ -16,9 +16,6 @@ cc_library(
cc_binary(
name = "def_parser",
srcs = ["def_parser_main.cc"],
- visibility = [
- "//src:__pkg__",
- ],
deps = [
":def_parser_lib",
],