forked from Imagelibrary/rtems
posix: Delete POSIX_Message_queue_Control::named
Delete unused POSIX_Message_queue_Control::named.
This commit is contained in:
@@ -55,7 +55,6 @@ extern "C" {
|
||||
typedef struct {
|
||||
Objects_Control Object;
|
||||
CORE_message_queue_Control Message_queue;
|
||||
bool named;
|
||||
bool linked;
|
||||
uint32_t open_count;
|
||||
struct sigevent notification;
|
||||
|
||||
@@ -96,7 +96,6 @@ static int _POSIX_Message_queue_Create_support(
|
||||
rtems_set_errno_and_return_minus_one( ENOMEM );
|
||||
}
|
||||
|
||||
the_mq->named = true;
|
||||
the_mq->open_count = 1;
|
||||
the_mq->linked = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user