removed unused prototypes

This commit is contained in:
Joel Sherrill
1996-08-02 16:46:56 +00:00
parent 870f2976f4
commit 375f37dfda
2 changed files with 0 additions and 18 deletions

View File

@@ -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 */

View File

@@ -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 */