Remove unused variable in core options v2 sample template file

This commit is contained in:
jdgleaver 2021-08-09 17:02:11 +01:00
parent ef3dbc8378
commit e42a1895af

View File

@ -373,8 +373,6 @@ static INLINE void libretro_set_core_options(retro_environment_t environ_cb,
/* Build values string */
if (num_values > 0)
{
size_t j;
buf_len += num_values - 1;
buf_len += strlen(desc);