Skip to content
Snippets Groups Projects
Commit 7a768dba authored by Julian Oes's avatar Julian Oes Committed by Daniel Agar
Browse files

lockstep_scheduler: always use the same code

This define was not set anyway, and in my opinion we should
not use different code for tests anyway.
parent 52099f57
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,7 @@ private:
// thread_local object can still be in the linked list. In that case
// we need to wait until it's removed.
while (!removed) {
#ifndef UNIT_TESTS // unit tests don't define system_usleep and execute faster w/o sleeping here
system_usleep(5000);
#endif
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment