Commit d51301f9 authored by gejun's avatar gejun

Remove unused variable from threads_service.cpp

parent 46ad4f89
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment