diff options
author | Andreas Gampe <agampe@google.com> | 2015-02-20 01:02:45 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-20 01:02:45 +0000 |
commit | dc941b5f372d69131a8ffb9990072baa6606110f (patch) | |
tree | 1c9c193c4d9317d8f1b0e634f4c10ec997ffaaca /libcutils | |
parent | dbe484d25f0ee34b1de5b2820de7fa240113091d (diff) | |
parent | 623eebe68f3c6c9e54cf5b186696052d2948410c (diff) | |
download | system_core-dc941b5f372d69131a8ffb9990072baa6606110f.zip system_core-dc941b5f372d69131a8ffb9990072baa6606110f.tar.gz system_core-dc941b5f372d69131a8ffb9990072baa6606110f.tar.bz2 |
am 623eebe6: Merge "Libcutils: Remove unused variable"
* commit '623eebe68f3c6c9e54cf5b186696052d2948410c':
Libcutils: Remove unused variable
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/debugger.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 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; |