From b6912c40f8ec9c74a51d136da78e449033be7e14 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Oct 2009 06:25:04 +0000 Subject: Remove unused vars. Add missing prototypes. --- testsuites/psxtests/psx01/init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/psxtests/psx01') diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c index c548dc64a6..e548e70221 100644 --- a/testsuites/psxtests/psx01/init.c +++ b/testsuites/psxtests/psx01/init.c @@ -18,12 +18,10 @@ void *POSIX_Init( void *argument ) { - struct timespec tv; struct timespec tr; int status; int priority; pthread_t thread_id; - struct tm tm; struct utsname uts; puts( "\n\n*** POSIX TEST 1 ***" ); -- cgit v1.2.3