提交 683c5a3e 编写于 作者: T typhoonzero

clean up code

上级 d93959f0
...@@ -19,7 +19,6 @@ limitations under the License. */ ...@@ -19,7 +19,6 @@ limitations under the License. */
#include "paddle/framework/lod_tensor.h" #include "paddle/framework/lod_tensor.h"
#include "paddle/framework/op_registry.h" #include "paddle/framework/op_registry.h"
#include <sys/time.h>
#include <future> #include <future>
#include "paddle/operators/detail/grpc_client.h" #include "paddle/operators/detail/grpc_client.h"
...@@ -69,9 +68,6 @@ class SendOp : public framework::OperatorBase { ...@@ -69,9 +68,6 @@ class SendOp : public framework::OperatorBase {
} }
PADDLE_ENFORCE(rpc_client->Wait()); PADDLE_ENFORCE(rpc_client->Wait());
} }
private:
// mutable detail::RPCClient client_;
}; };
class SendOpMaker : public framework::OpProtoAndCheckerMaker { class SendOpMaker : public framework::OpProtoAndCheckerMaker {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册