aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-31 14:35:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-31 14:56:33 -0700
commite082d5208e56d3d8f69544781bebf830eae82de7 (patch)
tree8bdf5a08ebb7fa41a16c00c7f6b5921d9bc54555 /tensorflow/core/BUILD
parent8341a69d25a6f09b57e866e802efd2eb7d588c78 (diff)
Currently there are two formats for error reporting inside TensorFlow. This is first of a series of CL to merge these into one. In this change, we remove the format tag from the errors.
PiperOrigin-RevId: 211146036
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 07ee21c0ae..599db6bb3e 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -873,7 +873,6 @@ tf_cuda_library(
"util/sparse/sparse_tensor.h",
"util/stat_summarizer.h",
"util/stat_summarizer_options.h",
- "util/status_util.h",
"util/stream_executor_util.h",
"util/strided_slice_op.h",
"util/tensor_format.h",
@@ -940,15 +939,6 @@ cc_library(
)
cc_library(
- name = "status_util",
- hdrs = ["util/status_util.h"],
- deps = [
- ":graph",
- ":lib",
- ],
-)
-
-cc_library(
name = "reader_base",
srcs = ["framework/reader_base.cc"],
hdrs = ["framework/reader_base.h"],
@@ -3560,7 +3550,6 @@ tf_cc_tests(
"util/semver_test.cc",
"util/sparse/sparse_tensor_test.cc",
"util/stat_summarizer_test.cc",
- "util/status_util_test.cc",
"util/tensor_format_test.cc",
"util/tensor_slice_reader_test.cc",
"util/tensor_slice_set_test.cc",
@@ -3585,7 +3574,6 @@ tf_cc_tests(
":ops",
":protos_all_cc",
":protos_test_cc",
- ":status_util",
":test",
":test_main",
":testlib",