aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/tensor_id.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/graph/tensor_id.cc')
-rw-r--r--tensorflow/core/graph/tensor_id.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/core/graph/tensor_id.cc b/tensorflow/core/graph/tensor_id.cc
index b5c2c2aac8..80c76df255 100644
--- a/tensorflow/core/graph/tensor_id.cc
+++ b/tensorflow/core/graph/tensor_id.cc
@@ -24,9 +24,6 @@ namespace tensorflow {
TensorId::TensorId(const SafeTensorId& id) : TensorId(id.first, id.second) {}
-SafeTensorId::SafeTensorId(StringPiece str, int idx)
- : SafeTensorId(str.ToString(), idx) {}
-
SafeTensorId::SafeTensorId(const TensorId& id)
: SafeTensorId(id.first.ToString(), id.second) {}