* 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:
Joel Brobecker 2009-03-13 01:51:17 +00:00
parent facc390f02
commit e22dccb54c
3 changed files with 14 additions and 11 deletions

View file

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