Remove few bad hunks

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-01 10:21:05 +02:00
parent 7ba7efc371
commit 4bec80482e
3 changed files with 0 additions and 33 deletions

View file

@ -692,7 +692,6 @@ grub_dl_unload (grub_dl_t mod)
return 1;
}
#ifdef __ia64__
/* Unload unneeded modules. */
void
grub_dl_unload_unneeded (void)
@ -712,4 +711,3 @@ grub_dl_unload_unneeded (void)
p = p->next;
}
}
#endif