From 375f37dfda8d1f913d7fbb65ad8020a6881b8ed8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Aug 1996 16:46:56 +0000 Subject: removed unused prototypes --- testsuites/psxtests/psx07/system.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'testsuites/psxtests/psx07') diff --git a/testsuites/psxtests/psx07/system.h b/testsuites/psxtests/psx07/system.h index 7a27946b41..893310ec67 100644 --- a/testsuites/psxtests/psx07/system.h +++ b/testsuites/psxtests/psx07/system.h @@ -22,14 +22,6 @@ void *POSIX_Init( void *argument ); -void *Task_1( - void *argument -); - -void *Task_2( - void *argument -); - /* configuration information */ #define CONFIGURE_SPTEST @@ -50,6 +42,5 @@ void *Task_2( #endif TEST_EXTERN pthread_t Init_id; -TEST_EXTERN pthread_t Task_id; /* end of include file */ -- cgit v1.2.3