summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpload01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpload01/init.c')
-rw-r--r--testsuites/smptests/smpload01/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/smptests/smpload01/init.c b/testsuites/smptests/smpload01/init.c
index a817d922d1..2a4e9553d7 100644
--- a/testsuites/smptests/smpload01/init.c
+++ b/testsuites/smptests/smpload01/init.c
@@ -24,7 +24,6 @@
#include <rtems.h>
#include <rtems/counter.h>
-#include <rtems/profiling.h>
#include <rtems/score/smpbarrier.h>
#include <rtems/score/smplock.h>
@@ -376,8 +375,6 @@ static void test(void)
ctx->inherit_obtain_counter[i]
);
}
-
- rtems_profiling_report_xml("SMPLOAD 1", rtems_printf_plugin, NULL, 1, " ");
}
static void Init(rtems_task_argument arg)