summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpthreadpin01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpthreadpin01/init.c')
-rw-r--r--testsuites/smptests/smpthreadpin01/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/smptests/smpthreadpin01/init.c b/testsuites/smptests/smpthreadpin01/init.c
index c28b3b3d1e..66a8e33054 100644
--- a/testsuites/smptests/smpthreadpin01/init.c
+++ b/testsuites/smptests/smpthreadpin01/init.c
@@ -245,13 +245,7 @@ static void busy_task(rtems_task_argument arg)
{
(void) arg;
-#if CPU_PROVIDES_IDLE_THREAD_BODY == TRUE
_CPU_Thread_Idle_body(0);
-#else
- while (true) {
- /* Do nothing */
- }
-#endif
}
static const char *blocked_or_ready(bool blocked)