From e1563f377de265a4663068167f866eb83d3ffdce Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Dec 2017 07:21:58 +0100 Subject: [PATCH] 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 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 *