aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/hadoop/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/hadoop/BUILD')
-rw-r--r--third_party/hadoop/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/hadoop/BUILD b/third_party/hadoop/BUILD
index 9e98154400..c3c5e428be 100644
--- a/third_party/hadoop/BUILD
+++ b/third_party/hadoop/BUILD
@@ -4,18 +4,6 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE.txt"])
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)
-
cc_library(
name = "hdfs",
hdrs = ["hdfs.h"],