summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/ostest/restart.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/examples/ostest/restart.c b/apps/examples/ostest/restart.c
index 335aa3694..2193c8108 100644
--- a/apps/examples/ostest/restart.c
+++ b/apps/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 */