From 9c9c6a93b1a17ad12f61b41e1d5f4616871cdba7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 21 Nov 2018 17:30:52 +0100 Subject: score: Remove Objects_Information::is_string Use Objects_Information::name_length to store this information. Update #3621. --- testsuites/psxtests/psxobj01/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/psxtests') diff --git a/testsuites/psxtests/psxobj01/init.c b/testsuites/psxtests/psxobj01/init.c index ca1fbc52ee..52cad3462d 100644 --- a/testsuites/psxtests/psxobj01/init.c +++ b/testsuites/psxtests/psxobj01/init.c @@ -45,7 +45,6 @@ rtems_task Init( 4, /* the_class */ 0, /* maximum */ 4, /* size */ - true, /* is_string */ 10, /* maximum_name_length */ NULL /* Objects_Thread_queue_Extract_callout extract */ ); -- cgit v1.2.3