summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-02 16:46:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-02 16:46:56 +0000
commit375f37dfda8d1f913d7fbb65ad8020a6881b8ed8 (patch)
treedab96cb4b60841fe83df8b03de66ab536ae4c076 /testsuites/psxtests/psx07
parenttest successfully exercises all of pthread_attr_* set and get routines (diff)
downloadrtems-375f37dfda8d1f913d7fbb65ad8020a6881b8ed8.tar.bz2
removed unused prototypes
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 */