commit | afaf2c00be9a47e5ec3d61db3e232b62452820f1 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Feb 19 16:54:32 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Feb 19 16:54:32 2015 -0800 |
tree | 7e5e1f4ef269548e9504ca50dfaec92a986ba09e | |
parent | 6b0ce80d811e044793cb56d17b06ffead84e54ae [diff] |
Libcutils: Remove unused variable Change-Id: I95eed017e78468c4946b2a5b62b6fe92e256673e
diff --git a/libcutils/debugger.c b/libcutils/debugger.c index 2cd8ec3..4558719 100644 --- a/libcutils/debugger.c +++ b/libcutils/debugger.c
@@ -43,7 +43,6 @@ } 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;