Skip to content

Commit 872e55b

Browse files
committed
remove comments
1 parent 373a2e6 commit 872e55b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/gen_nccl_id_op.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class GenNCCLIdOp : public framework::OperatorBase {
7575
// NOTE: Can not use unique_ptr here because the default
7676
// deleter will call GRPC Server's base class's dtor and
7777
// that will cause a wired crash.
78-
7978
detail::AsyncGRPCServer rpc_service(endpoint, true);
8079
framework::ProgramDesc empty_program;
8180
framework::Executor executor(dev_ctx.GetPlace());

0 commit comments

Comments
 (0)