Remove non-existent dependency.

PiperOrigin-RevId: 306502691
Change-Id: I1cf0ffa12e6800cf691e5c189fd28806d8ed8cae
This commit is contained in:
Gunhan Gulsoy 2020-04-14 13:25:55 -07:00 committed by TensorFlower Gardener
parent e2cec54297
commit 38ef9c25ae

View File

@ -1444,7 +1444,6 @@ cc_library(
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [
":ios_tensorflow_lib", ":ios_tensorflow_lib",
":portable_test_proto_lib",
"//tensorflow/core/platform/default/build_config:gtest", "//tensorflow/core/platform/default/build_config:gtest",
"//third_party/eigen3", "//third_party/eigen3",
], ],