From a148f561c2ad6597da2c19d2c83e53969b64f63f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Jan 2000 14:00:38 +0000 Subject: Removed warnings. --- cpukit/posix/src/mqueueunlink.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/src/mqueueunlink.c') diff --git a/cpukit/posix/src/mqueueunlink.c b/cpukit/posix/src/mqueueunlink.c index 6628e09542..4c219eecea 100644 --- a/cpukit/posix/src/mqueueunlink.c +++ b/cpukit/posix/src/mqueueunlink.c @@ -37,10 +37,9 @@ int mq_unlink( const char *name ) { - int status; + int status; register POSIX_Message_queue_Control *the_mq; - Objects_Id the_mq_id; - Objects_Locations location; + Objects_Id the_mq_id; _Thread_Disable_dispatch(); -- cgit v1.2.3