Remove useless return.
This commit is contained in:
parent
2463924d69
commit
24e807f520
|
@ -685,9 +685,6 @@ static int rsnd_poll(struct pollfd *fd, int numfd, int timeout)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Avoids warning
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void rsnd_sleep(int msecs)
|
||||
|
|
Loading…
Reference in New Issue