diff --git a/proc/readproc.c b/proc/readproc.c index 8076bdce..b7591892 100644 --- a/proc/readproc.c +++ b/proc/readproc.c @@ -1114,10 +1114,10 @@ static proc_t* simple_readtask(PROCTAB *restrict const PT, const proc_t *restric return t; next_task: - return NULL; #ifndef QUICK_THREADS (void)p; #endif + return NULL; } //////////////////////////////////////////////////////////////////////////////////