aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/def_parser/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/def_parser/BUILD')
-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 47ac3e3472..2d28bbb3a3 100644
--- a/third_party/def_parser/BUILD
+++ b/third_party/def_parser/BUILD
@@ -4,9 +4,6 @@ cc_library(
name = "def_parser_lib",
srcs = ["def_parser.cc"],
hdrs = ["def_parser.h"],
- deps = [
- "//src/main/cpp/util:file",
- ],
)
cc_binary(