commit | 623eebe68f3c6c9e54cf5b186696052d2948410c | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Feb 20 00:57:33 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 20 00:57:33 2015 +0000 |
tree | 7e5e1f4ef269548e9504ca50dfaec92a986ba09e | |
parent | 7e84308b74e2757d19610aaf8653aa1e244b8149 [diff] | |
parent | 7f71a45a175aad611b24191823d705b3bdac2ce0 [diff] |
Merge "Libcutils: Remove unused variable"
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;