From: Andre Noll Date: Mon, 2 Jun 2025 22:58:25 +0000 (+0200) Subject: sched.h: Remove an unnecessary declaration. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=ee0b62e57dc0f6c4ffafa46eb8f7fe619f6fe64c;p=paraslash.git sched.h: Remove an unnecessary declaration. --- diff --git a/sched.h b/sched.h index ede5e67e..904f3373 100644 --- a/sched.h +++ b/sched.h @@ -35,8 +35,6 @@ struct sched { struct list_head task_list; }; -struct task; - /** Information that must be supplied by callers of \ref task_register(). */ struct task_info { /** Used for log messages and by \ref get_task_list(). */