[rtems commit] posix: Remove unused global variable

Sebastian Huber sebh at rtems.org
Fri Dec 15 06:24:05 UTC 2017


Module:    rtems
Branch:    master
Commit:    e1563f377de265a4663068167f866eb83d3ffdce
Changeset: http://git.rtems.org/rtems/commit/?id=e1563f377de265a4663068167f866eb83d3ffdce

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Dec 15 07:21:58 2017 +0100

posix: Remove unused global variable

Update #2702.
Update #2555.

---

 cpukit/posix/src/mqueue.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c
index fca9929..2ad90c1 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
  *




More information about the vc mailing list