summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psxobj01/init.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/testsuites/psxtests/psxobj01/init.c b/testsuites/psxtests/psxobj01/init.c
index 5f8730862a..c3b3f49aa0 100644
--- a/testsuites/psxtests/psxobj01/init.c
+++ b/testsuites/psxtests/psxobj01/init.c
@@ -46,12 +46,8 @@ rtems_task Init(
0, /* maximum */
4, /* size */
true, /* is_string */
- 10 /* maximum_name_length */
- #if defined(RTEMS_MULTIPROCESSING)
- ,
- false, /* supports_global */
- NULL /* Objects_Thread_queue_Extract_callout extract */
- #endif
+ 10, /* maximum_name_length */
+ NULL /* Objects_Thread_queue_Extract_callout extract */
);