summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx07')
-rw-r--r--testsuites/psxtests/psx07/system.h9
1 files changed, 0 insertions, 9 deletions
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 */