X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;fp=sched.h;h=db6ee7dc3a21a6a87037a3bad331d4ae081e271a;hp=0b7df7e8fd72f9d90f531bcec37ddb4922f72fb7;hb=5254df7e470dc49a29f91fa8185b98c40246f5ea;hpb=deb3326320166531abc35ce805dee4df6b49e936 diff --git a/sched.h b/sched.h index 0b7df7e8..db6ee7dc 100644 --- a/sched.h +++ b/sched.h @@ -53,8 +53,6 @@ struct task { char status[255]; /** If less than zero, the task was notified by another task. */ int notification; - /** Whether the task structure should be freed in sched_shutdown(). */ - bool owned_by_sched; /** True if task is in error state and exit status has been queried. */ bool dead; /** Usually a pointer to the struct containing this task. */