aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-29 14:15:01 -0700
committerGravatar Michael Case <mikecase@google.com>2018-06-29 14:15:01 -0700
commita0e32eda7d09cd8cd19737b383ba8f6e87b033aa (patch)
tree27f75e7de2533163f53fc3475e6ab2a390f59b64 /tensorflow/core/distributed_runtime
parent7d2e422abc36dec0172a15f93463f3637b6aa91c (diff)
Fix incorrect merge of grpc_server_lib.h.
Diffstat (limited to 'tensorflow/core/distributed_runtime')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h b/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
index b01cfb6426..3366246afb 100644
--- a/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
+++ b/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
@@ -96,9 +96,6 @@ class GrpcServer : public ServerInterface {
Status Init(ServiceInitFunction service_func,
const RendezvousMgrCreationFunction& rendezvous_mgr_func,
const CollectiveMgrCreationFunction& collective_mgr_func);
-
- Status Init(ServiceInitFunction service_func,
- const RendezvousMgrCreationFunction& rendezvous_mgr_func);
Status Init(ServiceInitFunction service_func,
const RendezvousMgrCreationFunction& rendezvous_mgr_func);