aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/core/distributed_runtime/rpc/grpc_state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_state.h b/tensorflow/core/distributed_runtime/rpc/grpc_state.h
index 3175d688ec..087b49ba76 100644
--- a/tensorflow/core/distributed_runtime/rpc/grpc_state.h
+++ b/tensorflow/core/distributed_runtime/rpc/grpc_state.h
@@ -114,8 +114,6 @@ class RPCState : public GrpcClientCQTag {
if (s.ok() && failure_.load()) {
s.Update(errors::Internal("callback error"));
}
- string str;
- GrpcMaybeParseProto(response_buf_, &str);
if (s.ok() && !GrpcMaybeParseProto(response_buf_, response_)) {
s.Update(errors::Internal("could not parse rpc response"));
}