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. --- cpukit/score/src/thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/score/src/thread.c') diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index b63a6b14cd..5c27ee00ef 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -58,8 +58,7 @@ void _Thread_Initialize_information( the_class, maximum, _Thread_Control_size, - false, - RTEMS_MAXIMUM_NAME_LENGTH, + OBJECTS_NO_STRING_NAME, NULL ); -- cgit v1.2.3