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)
commitd5f3097b12ae9aea9f69060710a1576693ccb1b7
tree8da3017f4249309dde91e4c6e4e5894555dc7d1a
parente1589a9f1c1f6b5116c4a2263d44c49bc253d19b
Remove no-op statement. tf_additional_lib_srcs only selects .cc files. When we
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