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

Commit e7cf2e4f authored by Greg Kaiser's avatar Greg Kaiser Committed by Android (Google) Code Review
Browse files

Merge "accessorytest: Remove bad code"

parents b49c45bb eb46ce54
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ static void* capture_thread(void* arg)
static void* play_thread(void* arg)
{
    struct pcm *pcm = arg;
    char *buffer;
    int index, err;

    fprintf(stderr, "play_thread start\n");
@@ -181,7 +180,6 @@ static void* play_thread(void* arg)

    fprintf(stderr, "play_thread done\n");
    pcm_close(pcm);
    free(buffer);

    return NULL;
}