Libcutils: Remove unused variable
Change-Id: I95eed017e78468c4946b2a5b62b6fe92e256673e
This commit is contained in:
parent
7e84308b74
commit
7f71a45a17
|
@ -43,7 +43,6 @@ static int send_request(int sock_fd, void* msg_ptr, size_t msg_len) {
|
|||
}
|
||||
|
||||
static int make_dump_request(debugger_action_t action, pid_t tid, int timeout_secs) {
|
||||
const char* socket_name;
|
||||
debugger_msg_t msg;
|
||||
memset(&msg, 0, sizeof(msg));
|
||||
msg.tid = tid;
|
||||
|
|
Loading…
Reference in New Issue