--- testsuites/smptests/smp02/tasks.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/testsuites/smptests/smp02/tasks.c b/testsuites/smptests/smp02/tasks.c index 26ca851..22caf77 100644 --- a/testsuites/smptests/smp02/tasks.c +++ b/testsuites/smptests/smp02/tasks.c @@ -13,13 +13,7 @@ #include "system.h" -void Loop(void) { - volatile int i; - - for (i=0; i<300000; i++); -} - -void LogSemaphore( +static void LogSemaphore( bool obtained, uint32_t cpu_num, uint32_t task_index -- 1.8.1.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel