* ada-tasks.c (ada_task_is_alive): Move up and make static.
* ada-lang.h (ada_task_is_alive): Remove declaration.
This commit is contained in:
parent
facc390f02
commit
e22dccb54c
3 changed files with 14 additions and 11 deletions
|
@ -226,8 +226,6 @@ struct ada_task_info
|
|||
CORE_ADDR caller_task;
|
||||
};
|
||||
|
||||
int ada_task_is_alive (struct ada_task_info *task);
|
||||
|
||||
/* Assuming V points to an array of S objects, make sure that it contains at
|
||||
least M objects, updating V and S as necessary. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue