(shutdown_init): Has no effect, remove.

This commit is contained in:
Markus Armbruster 2006-12-31 17:05:57 +00:00
parent 6b70720318
commit 8e8c6fb891
3 changed files with 0 additions and 8 deletions

View file

@ -42,12 +42,6 @@
int shutdown_pending;
void
shutdown_init(void)
{
shutdown_pending = 0;
}
void
shutdown_sequence(void *unused)
{