From: Andre Noll Date: Sun, 21 Jul 2013 14:30:23 +0000 (+0200) Subject: sched.h: Remove outdated comment. X-Git-Tag: v0.4.13~3 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=a623ea4acd7cc8acbc1f741747e113f6e6d484f1;p=paraslash.git sched.h: Remove outdated comment. The term "these functions" is undefined here, and setting t->error is deprecated. The post_select() functions are supposed to return an error code instead, but this is already mentioned further down in the file, so let's just remove the comment. --- diff --git a/sched.h b/sched.h index 9c5c098e..234a8458 100644 --- a/sched.h +++ b/sched.h @@ -41,10 +41,7 @@ struct sched { * Before registering a task to the scheduler, the task structure must be * filled in properly by the caller. * - * If one of these functions sets \a t->error to a negative value, the - * task gets unregistered automatically. - * - * \sa struct sched. + * \sa \ref sched. */ struct task { /**