diff --git a/ChangeLog b/ChangeLog index 3cbeab5c7..919ec4ba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-13 Pavel Roskin + + * util/i386/pc/grub-setup.c (setup): Remove unused variable + embedding_area_exists. + 2009-05-13 Robert Millan * util/i386/pc/grub-setup.c (setup): Restructure code flow to make diff --git a/util/i386/pc/grub-setup.c b/util/i386/pc/grub-setup.c index 3b1beb74a..997811bb9 100644 --- a/util/i386/pc/grub-setup.c +++ b/util/i386/pc/grub-setup.c @@ -110,7 +110,6 @@ setup (const char *dir, FILE *fp; struct { grub_uint64_t start; grub_uint64_t end; } embed_region; embed_region.start = embed_region.end = ~0UL; - int embedding_area_exists = 0; auto void NESTED_FUNC_ATTR save_first_sector (grub_disk_addr_t sector, unsigned offset, unsigned length);