This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git

commit d51301f96dda2c3744f73ac5621946be1832cfdf
Author: gejun <ge...@bilibili.com>
AuthorDate: Tue May 14 15:40:40 2019 +0800

    Remove unused variable from threads_service.cpp
---
 src/brpc/builtin/threads_service.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/brpc/builtin/threads_service.cpp 
b/src/brpc/builtin/threads_service.cpp
index 88a2195..c9327dd 100644
--- a/src/brpc/builtin/threads_service.cpp
+++ b/src/brpc/builtin/threads_service.cpp
@@ -34,7 +34,6 @@ void 
ThreadsService::default_method(::google::protobuf::RpcController* cntl_base
     cntl->http_response().set_content_type("text/plain");
     butil::IOBuf& resp = cntl->response_attachment();
 
-    butil::IOPortal read_portal;
     std::string cmd = butil::string_printf("pstack %lld", (long long)getpid());
     butil::Timer tm;
     tm.start();


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to