am 623eebe6: Merge "Libcutils: Remove unused variable"

* commit '623eebe68f3c6c9e54cf5b186696052d2948410c':
  Libcutils: Remove unused variable
This commit is contained in:
Andreas Gampe 2015-02-20 01:02:45 +00:00 committed by Android Git Automerger
commit dc941b5f37
1 changed files with 0 additions and 1 deletions

View File

@ -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;