summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-15 07:21:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-15 07:23:10 +0100
commite1563f377de265a4663068167f866eb83d3ffdce (patch)
tree472bee0098069de1d598b03a074fd671120399ae
parentbsps/arm: Fix move <libcpu/arm-cp15.h> to cpukit (diff)
downloadrtems-e1563f377de265a4663068167f866eb83d3ffdce.tar.bz2
posix: Remove unused global variable
Update #2702. Update #2555.
-rw-r--r--cpukit/posix/src/mqueue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c
index fca9929294..2ad90c1e79 100644
--- a/cpukit/posix/src/mqueue.c
+++ b/cpukit/posix/src/mqueue.c
@@ -35,8 +35,6 @@
Objects_Information _POSIX_Message_queue_Information;
-Objects_Information _POSIX_Message_queue_Information_fds;
-
/*
* _POSIX_Message_queue_Manager_initialization
*