Skip to content

Commit

Permalink
Fix statement is unreachable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 1, 2016
1 parent 36106dd commit 1f3790f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/task_content.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1f3790f

Please sign in to comment.