]> git.pond.sub.org Git - empserver/commitdiff
Remove bogus comment from empthread.h
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Sep 2008 11:51:03 +0000 (07:51 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Sep 2008 11:51:09 +0000 (07:51 -0400)
Became bogus in commit d500a707.

include/empthread.h

index 18ac89ad4b2bd768c89337f90c0ee5603ce81c78..adbaa20e0d641276bdfb4a10a848444c7f8ced2c 100644 (file)
  *
  * Empire threads are non-preemptive, i.e. they run until they
  * voluntarily yield the processor.  The thread scheduler then picks
- * one of the runnable threads with the highest priority.  Priorities
- * are static.  Empire code relies on these properties heavily.  The
- * most common form of yielding the processor is sleeping for some
- * event to happen.
+ * one of the runnable threads.  The most common form of yielding the
+ * processor is sleeping for some event to happen.
  */
 
 #ifndef EMPTHREAD_H