summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx01/init.c')
-rw-r--r--testsuites/psxtests/psx01/init.c2
1 files changed, 0 insertions, 2 deletions
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 ***" );