mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(runahead) Remove unused variable
This commit is contained in:
parent
425e1d9043
commit
e85f11ea38
@ -147,10 +147,9 @@ failed:
|
||||
bool write_file_with_random_name(char **tempDllPath,
|
||||
const char *retroarchTempPath, const void* data, ssize_t dataSize)
|
||||
{
|
||||
int i;
|
||||
unsigned i;
|
||||
char numberBuf[32];
|
||||
bool okay = false;
|
||||
const int maxAttempts = 30;
|
||||
const char *prefix = "tmp";
|
||||
time_t timeValue = time(NULL);
|
||||
unsigned int numberValue = (unsigned int)timeValue;
|
||||
|
Loading…
Reference in New Issue
Block a user