Cleanup - remove unused variable

This commit is contained in:
Twinaphex 2020-09-22 04:52:31 +02:00
parent 77abaac79c
commit b59c5f6ff9

View File

@ -696,12 +696,11 @@ static int rcheevos_parse(
const char* json)
{
char buffer[256];
settings_t *settings = config_get_ptr();
int i = 0;
unsigned j = 0;
unsigned count = 0;
settings_t *settings = config_get_ptr();
unsigned j = 0;
unsigned count = 0;
rcheevos_ralboard_t* lboard = NULL;
int res = rcheevos_get_patchdata(
int res = rcheevos_get_patchdata(
json, &locals->patchdata);
if (res != 0)