From ee0b62e57dc0f6c4ffafa46eb8f7fe619f6fe64c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 3 Jun 2025 00:58:25 +0200 Subject: [PATCH] sched.h: Remove an unnecessary declaration. --- sched.h | 2 -- 1 file changed, 2 deletions(-) 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(). */ -- 2.39.5