Remove bogus comment from empthread.h

Became bogus in commit d500a707.
This commit is contained in:
Markus Armbruster 2008-09-11 07:51:03 -04:00
parent fe3fd39d8f
commit 2e5915dd09

View file

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