From 2e5915dd092befde102508d7d43b324d3cf79a90 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 11 Sep 2008 07:51:03 -0400 Subject: [PATCH] Remove bogus comment from empthread.h Became bogus in commit d500a707. --- include/empthread.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/empthread.h b/include/empthread.h index 18ac89ad..adbaa20e 100644 --- a/include/empthread.h +++ b/include/empthread.h @@ -40,10 +40,8 @@ * * 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