Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8c46e86 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

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

* commit 'dc777275':
  Libcutils: Remove unused variable
parents c9389b85 dc777275
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;