summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 16:25:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-02 07:46:14 +0200
commitdd6c28eee090b87f0b9d479f7f4924e1f6ab5b5d (patch)
treeae0a138336c4bc27bd6ed9f63d724fa17757fbd1 /cpukit/posix/include
parentposix: POSIX_Message_queue_Control::process_shared (diff)
downloadrtems-dd6c28eee090b87f0b9d479f7f4924e1f6ab5b5d.tar.bz2
posix: Delete POSIX_Message_queue_Control::named
Delete unused POSIX_Message_queue_Control::named.
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/mqueue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h
index a2e8fd9193..df9daff999 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/posix/include/rtems/posix/mqueue.h
@@ -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;