mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove unused variable
This commit is contained in:
parent
4a30ec5623
commit
e2a650cb26
1 changed files with 0 additions and 1 deletions
|
@ -1187,7 +1187,6 @@ bool content_save_state(const char *path, bool save_to_disk, bool autosave)
|
|||
{
|
||||
//retro_ctx_serialize_info_t serial_info;
|
||||
retro_ctx_size_info_t info;
|
||||
bool ret = false;
|
||||
void *data = NULL;
|
||||
|
||||
core_serialize_size(&info);
|
||||
|
|
Loading…
Add table
Reference in a new issue