unused variable

This commit is contained in:
Brad Parker 2019-06-29 15:20:19 -04:00
parent 02575ddf67
commit 11f8361d15

View File

@ -262,8 +262,6 @@ void retro_vfs_file_open_cdrom(
{
if (!cdrom_get_inquiry(stream, model, sizeof(model)))
{
size_t len = 0;
#ifdef CDROM_DEBUG
printf("CDROM Model: %s\n", model);
fflush(stdout);