From 7f71a45a175aad611b24191823d705b3bdac2ce0 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 19 Feb 2015 16:54:32 -0800 Subject: [PATCH] Libcutils: Remove unused variable Change-Id: I95eed017e78468c4946b2a5b62b6fe92e256673e --- libcutils/debugger.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcutils/debugger.c b/libcutils/debugger.c index 2cd8ec3f5..455871980 100644 --- a/libcutils/debugger.c +++ b/libcutils/debugger.c @@ -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;