2009-05-13 Pavel Roskin <proski@gnu.org>

* util/i386/pc/grub-setup.c (setup): Remove unused variable
	embedding_area_exists.
This commit is contained in:
proski 2009-05-13 21:28:25 +00:00
parent 59978c8ae7
commit 6f6a8b2869
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-05-13 Pavel Roskin <proski@gnu.org>
* util/i386/pc/grub-setup.c (setup): Remove unused variable
embedding_area_exists.
2009-05-13 Robert Millan <rmh.grub@aybabtu.com>
* util/i386/pc/grub-setup.c (setup): Restructure code flow to make

View File

@ -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);