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/posix/src/mqueue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/posix/src/mqueue.c') diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c index e2c9b5f2b2..192d853c35 100644 --- a/cpukit/posix/src/mqueue.c +++ b/cpukit/posix/src/mqueue.c @@ -54,7 +54,6 @@ static void _POSIX_Message_queue_Manager_initialization(void) _Configuration_POSIX_Maximum_message_queues, sizeof( POSIX_Message_queue_Control ), /* size of this object's control block */ - true, /* true if names for this object are strings */ _POSIX_PATH_MAX, /* maximum length of each object's name */ NULL /* Proxy extraction support callout */ ); -- cgit v1.2.3