diff --git a/testsuites/psxtests/psxtimes01/init.c b/testsuites/psxtests/psxtimes01/init.c index baad2058d4..ca61937edc 100644 --- a/testsuites/psxtests/psxtimes01/init.c +++ b/testsuites/psxtests/psxtimes01/init.c @@ -44,8 +44,6 @@ clock_t _times(struct tms *ptms); static void test_times_functions( void ) { - (void) argument; - clock_t start; clock_t end; clock_t now;