Remove unused BUILD depdendencies

PiperOrigin-RevId: 167856609
This commit is contained in:
A. Unique TensorFlower 2017-09-07 07:21:29 -07:00 committed by TensorFlower Gardener
parent 05c9966eda
commit 82ae84bf18
3 changed files with 0 additions and 3 deletions

View File

@ -218,7 +218,6 @@ cc_library(
"//tensorflow/compiler/xla:types",
"//tensorflow/compiler/xla:util",
"//tensorflow/core:lib",
"//tensorflow/core:test",
],
)

View File

@ -6013,7 +6013,6 @@ cc_library(
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:proto_text",
"//tensorflow/core:protos_all_cc",
],
)

View File

@ -241,7 +241,6 @@ cc_binary(
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
)