mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
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
Block a user