summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/psx07/system.h9
-rw-r--r--testsuites/psxtests/psx07/system.h9
2 files changed, 0 insertions, 18 deletions
diff --git a/c/src/tests/psxtests/psx07/system.h b/c/src/tests/psxtests/psx07/system.h
index 7a27946b41..893310ec67 100644
--- a/c/src/tests/psxtests/psx07/system.h
+++ b/c/src/tests/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 */
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 */