fix warning

This commit is contained in:
phcoder 2009-10-11 23:00:40 +02:00
parent 9ed5ff3f6f
commit b07c261cfc

View file

@ -72,7 +72,6 @@ PREFIX (boot) (void *relocator, grub_uint32_t dest,
if (UINT_TO_PTR (dest) >= relocator)
{
int overhead;
void *reldest = relocator - overhead;
overhead =
ALIGN_UP (dest - RELOCATOR_SIZEOF (backward) - RELOCATOR_ALIGN,
RELOCATOR_ALIGN);