aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-26 14:57:03 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-26 15:16:20 -0800
commitb9494ce8990cab65a20f3d5110f4c2c4402342be (patch)
tree34fd5e62b5ecb48e1bdb038230fea50512430c80 /tensorflow/core/debug
parent8ce4986d26f904ccc6e7d5291883931571dc2713 (diff)
Remove dead code
PiperOrigin-RevId: 183450369
Diffstat (limited to 'tensorflow/core/debug')
-rw-r--r--tensorflow/core/debug/debug_io_utils.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/debug/debug_io_utils.cc b/tensorflow/core/debug/debug_io_utils.cc
index f81445c20b..baa8c08fdf 100644
--- a/tensorflow/core/debug/debug_io_utils.cc
+++ b/tensorflow/core/debug/debug_io_utils.cc
@@ -574,8 +574,6 @@ Status DebugIO::CloseDebugURL(const string& debug_url) {
}
}
-static Status CloseDebugURL(const string& debug_url) { return Status::OK(); }
-
Status DebugFileIO::DumpTensorToDir(const DebugNodeKey& debug_node_key,
const Tensor& tensor,
const uint64 wall_time_us,