(runloop.c) Get rid of 'default' case for switch

This commit is contained in:
twinaphex 2016-12-05 07:08:34 +01:00
parent 8e9d1d781f
commit c98ef48860

View File

@ -1233,7 +1233,6 @@ int runloop_iterate(unsigned *sleep_ms)
return 0;
case RUNLOOP_STATE_ITERATE:
case RUNLOOP_STATE_NONE:
default:
break;
}