]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
sched: Remove ->owned_by_sched.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 0b7df7e8fd72f9d90f531bcec37ddb4922f72fb7..db6ee7dc3a21a6a87037a3bad331d4ae081e271a 100644 (file)
--- 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. */