testsuites/psxtests/psxtimes01/init.c: Fix build error

This commit is contained in:
yang.zhang
2025-12-09 15:42:06 +08:00
parent 75df51e7fd
commit fa4fa33864

View File

@@ -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;