saves: Remove unused variable

This commit is contained in:
Emmanuel Gil Peyrot 2020-11-18 23:13:03 +01:00
parent c3ea512a0b
commit a5f13edb7f
1 changed files with 0 additions and 1 deletions

View File

@ -1068,7 +1068,6 @@ bool savestate_save(EMUFILE &outstream, int compressionLevel)
bool savestate_save (const char *file_name)
{
EMUFILE_MEMORY ms;
size_t elems_written;
if (!savestate_save(ms))
return false;