Remove no-op statement. tf_additional_lib_srcs only selects .cc files. When we
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 17 May 2018 00:24:39 +0000 (17:24 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 00:29:43 +0000 (17:29 -0700)
do tf_additional_lib_srcs(exclude=[**/*.cc]) we are selecting zero files, and
the statement can be safely removed.

PiperOrigin-RevId: 196916359

tensorflow/core/BUILD

index bbe30c4..f611b33 100644 (file)
@@ -1661,13 +1661,6 @@ LIB_INTERNAL_PRIVATE_HEADERS = ["framework/resource_handle.h"] + glob(
         "platform/**/cuda.h",
         "platform/**/stream_executor.h",
     ],
-) + tf_additional_lib_srcs(
-    exclude = [
-        "**/*.cc",
-        "**/*test*",
-        "platform/**/cuda.h",
-        "platform/**/stream_executor.h",
-    ],
 )
 
 LIB_INTERNAL_PUBLIC_HEADERS = tf_additional_lib_hdrs() + [