Remove Thread::WORKISWAITING

Set the state directly to Thread::SEARCHING

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-08-10 12:05:33 +01:00
parent b69d9ee3f7
commit c386ce0023
3 changed files with 2 additions and 6 deletions

View File

@@ -68,7 +68,6 @@ struct Thread {
enum ThreadState
{
AVAILABLE, // Thread is waiting for work
WORKISWAITING, // Master has ordered us to start searching
SEARCHING // Thread is performing work
};