mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Remove unused variables
This commit is contained in:
parent
e7082d3e5b
commit
80dd4548e1
@ -1533,10 +1533,6 @@ enum
|
|||||||
static int rcheevos_iterate(rcheevos_coro_t* coro)
|
static int rcheevos_iterate(rcheevos_coro_t* coro)
|
||||||
{
|
{
|
||||||
char buffer[2048];
|
char buffer[2048];
|
||||||
ssize_t num_read = 0;
|
|
||||||
size_t to_read = 4096;
|
|
||||||
uint8_t* ptr = NULL;
|
|
||||||
const char* end = NULL;
|
|
||||||
#ifdef CHEEVOS_TIME_HASH
|
#ifdef CHEEVOS_TIME_HASH
|
||||||
retro_time_t start;
|
retro_time_t start;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user