summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-14 18:37:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-14 18:37:59 +0000
commite49ebbfa1d42eb8e1b2108aea7bb88a919fda31d (patch)
treec06163b7131b28a59f05e894185a99dcc05972e0
parentRemoved no prototype of kill() warning. (diff)
downloadrtems-e49ebbfa1d42eb8e1b2108aea7bb88a919fda31d.tar.bz2
Removed unused variable warning.
-rw-r--r--c/src/exec/posix/src/mqueuesendsupp.c1
-rw-r--r--c/src/exec/rtems/src/msgqreceive.c1
-rw-r--r--cpukit/posix/src/mqueuesendsupp.c1
-rw-r--r--cpukit/rtems/src/msgqreceive.c1
4 files changed, 0 insertions, 4 deletions
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.
diff --git a/c/src/exec/rtems/src/msgqreceive.c b/c/src/exec/rtems/src/msgqreceive.c
index 77fcadc313..27e66a4a49 100644
--- a/c/src/exec/rtems/src/msgqreceive.c
+++ b/c/src/exec/rtems/src/msgqreceive.c
@@ -60,7 +60,6 @@ rtems_status_code rtems_message_queue_receive(
register Message_queue_Control *the_message_queue;
Objects_Locations location;
boolean wait;
- CORE_message_queue_Submit_types core_priority;
the_message_queue = _Message_queue_Get( id, &location );
switch ( location ) {
diff --git a/cpukit/posix/src/mqueuesendsupp.c b/cpukit/posix/src/mqueuesendsupp.c
index ec82a058f2..f456758c83 100644
--- a/cpukit/posix/src/mqueuesendsupp.c
+++ b/cpukit/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.
diff --git a/cpukit/rtems/src/msgqreceive.c b/cpukit/rtems/src/msgqreceive.c
index 77fcadc313..27e66a4a49 100644
--- a/cpukit/rtems/src/msgqreceive.c
+++ b/cpukit/rtems/src/msgqreceive.c
@@ -60,7 +60,6 @@ rtems_status_code rtems_message_queue_receive(
register Message_queue_Control *the_message_queue;
Objects_Locations location;
boolean wait;
- CORE_message_queue_Submit_types core_priority;
the_message_queue = _Message_queue_Get( id, &location );
switch ( location ) {