From e49ebbfa1d42eb8e1b2108aea7bb88a919fda31d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Jan 2000 18:37:59 +0000 Subject: Removed unused variable warning. --- c/src/exec/posix/src/mqueuesendsupp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/exec/posix/src') diff --git a/c/src/exec/posix/src/mqueuesendsupp.c b/c/src/exec/posix/src/mqueuesendsupp.c index ec82a058f2..f456758c83 100644 --- a/c/src/exec/posix/src/mqueuesendsupp.c +++ b/c/src/exec/posix/src/mqueuesendsupp.c @@ -44,7 +44,6 @@ int _POSIX_Message_queue_Send_support( { register POSIX_Message_queue_Control *the_mq; Objects_Locations location; - CORE_message_queue_Status status; /* * Validate the priority. -- cgit v1.2.3