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

Commit b660bfc7 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "adb: remove unneeded assignment of id to zero"

parents 1dbfce3d 8e78dc64
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -762,7 +762,6 @@ asocket *create_smart_socket(void (*action_cb)(asocket *s, const char *act))
    D("Creating smart socket \n");
    asocket *s = calloc(1, sizeof(asocket));
    if (s == NULL) fatal("cannot allocate socket");
    s->id = 0;
    s->enqueue = smart_socket_enqueue;
    s->ready = smart_socket_ready;
    s->close = smart_socket_close;