summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmsgq02/init.c')
-rw-r--r--testsuites/psxtests/psxmsgq02/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/psxtests/psxmsgq02/init.c b/testsuites/psxtests/psxmsgq02/init.c
index e359557e9b..af19320f17 100644
--- a/testsuites/psxtests/psxmsgq02/init.c
+++ b/testsuites/psxtests/psxmsgq02/init.c
@@ -29,14 +29,8 @@ void *POSIX_Init(
void *argument
)
{
- int status;
- unsigned int remaining;
struct mq_attr attr;
- int que;
- Heap_Information_block info;
- void *temp;
mqd_t mq;
- int i;
puts( "\n\n*** POSIX MESSAGE QUEUE 02 TEST ***" );