mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix statement is unreachable warning
This commit is contained in:
parent
36106dd90a
commit
1f3790fafa
1 changed files with 0 additions and 1 deletions
|
@ -1858,7 +1858,6 @@ bool task_push_content_load_default(
|
|||
if (!task_load_core(core_path))
|
||||
goto error;
|
||||
return true;
|
||||
break;
|
||||
case CONTENT_MODE_LOAD_NONE:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue