mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Avoids warning
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rsnd_sleep(int msecs)
|
static void rsnd_sleep(int msecs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user