aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/master_session.cc
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-03-01 17:59:22 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-01 18:08:24 -0800
commit3e975ea978bac4d861bb09328b06f3c316212611 (patch)
tree79bac044c9723df8443495eb962c2dd98a2ed421 /tensorflow/core/distributed_runtime/master_session.cc
parent8043a27ed77f59bb68409070f2bfa01df0e04b89 (diff)
Merge changes from github.
Change: 148954491
Diffstat (limited to 'tensorflow/core/distributed_runtime/master_session.cc')
-rw-r--r--tensorflow/core/distributed_runtime/master_session.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/distributed_runtime/master_session.cc b/tensorflow/core/distributed_runtime/master_session.cc
index 9bb92ad7ef..41ea0267b2 100644
--- a/tensorflow/core/distributed_runtime/master_session.cc
+++ b/tensorflow/core/distributed_runtime/master_session.cc
@@ -383,7 +383,6 @@ Status MasterSession::ReffedClientGraph::DoBuildPartitions(
// Partition the graph.
Status s;
- std::unordered_map<string, GraphDef> graph_partitions;
return Partition(popts, &client_graph_->graph, out_partitions);
}