mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
removed unused prototypes
This commit is contained in:
@@ -22,14 +22,6 @@ void *POSIX_Init(
|
|||||||
void *argument
|
void *argument
|
||||||
);
|
);
|
||||||
|
|
||||||
void *Task_1(
|
|
||||||
void *argument
|
|
||||||
);
|
|
||||||
|
|
||||||
void *Task_2(
|
|
||||||
void *argument
|
|
||||||
);
|
|
||||||
|
|
||||||
/* configuration information */
|
/* configuration information */
|
||||||
|
|
||||||
#define CONFIGURE_SPTEST
|
#define CONFIGURE_SPTEST
|
||||||
@@ -50,6 +42,5 @@ void *Task_2(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
TEST_EXTERN pthread_t Init_id;
|
TEST_EXTERN pthread_t Init_id;
|
||||||
TEST_EXTERN pthread_t Task_id;
|
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -22,14 +22,6 @@ void *POSIX_Init(
|
|||||||
void *argument
|
void *argument
|
||||||
);
|
);
|
||||||
|
|
||||||
void *Task_1(
|
|
||||||
void *argument
|
|
||||||
);
|
|
||||||
|
|
||||||
void *Task_2(
|
|
||||||
void *argument
|
|
||||||
);
|
|
||||||
|
|
||||||
/* configuration information */
|
/* configuration information */
|
||||||
|
|
||||||
#define CONFIGURE_SPTEST
|
#define CONFIGURE_SPTEST
|
||||||
@@ -50,6 +42,5 @@ void *Task_2(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
TEST_EXTERN pthread_t Init_id;
|
TEST_EXTERN pthread_t Init_id;
|
||||||
TEST_EXTERN pthread_t Task_id;
|
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
Reference in New Issue
Block a user