diff --git a/examples/ostest/restart.c b/examples/ostest/restart.c index 335aa3694..2193c8108 100644 --- a/examples/ostest/restart.c +++ b/examples/ostest/restart.c @@ -49,8 +49,6 @@ #include "ostest.h" -#ifdef CONFIG_SCHED_WAITPID - /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ @@ -193,5 +191,3 @@ void restart_test(void) printf("restart_main: Exitting\n"); } - -#endif /* CONFIG_SCHED_WAITPID */