]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
sched.h: Remove an unnecessary declaration.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 22:58:25 +0000 (00:58 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Jun 2025 23:10:40 +0000 (01:10 +0200)
sched.h

diff --git a/sched.h b/sched.h
index ede5e67ea2ac042c5765a92e6100bc00ab47e103..904f337393d04c16faac372d6cecb3bb48ae53a4 100644 (file)
--- 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(). */