From 6f6a8b2869fb3bdfabee5f7c3000cc9505b454bf Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 13 May 2009 21:28:25 +0000 Subject: [PATCH] 2009-05-13 Pavel Roskin * util/i386/pc/grub-setup.c (setup): Remove unused variable embedding_area_exists. --- ChangeLog | 5 +++++ util/i386/pc/grub-setup.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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);