* util/getroot.c (grub_util_biosdisk_get_grub_dev) [__GNU__]: Remove

unused variables.
This commit is contained in:
Colin Watson 2013-11-14 15:08:37 +00:00
parent 1fe26ab4a0
commit 1326b9ae2a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-11-14 Colin Watson <cjwatson@ubuntu.com>
* util/getroot.c (grub_util_biosdisk_get_grub_dev) [__GNU__]: Remove
unused variables.
2013-11-14 Matthew Garrett <mjg@redhat.com>
* grub-core/kern/main.c (grub_set_prefix_and_root): Set variable

View File

@ -347,8 +347,6 @@ grub_util_biosdisk_get_grub_dev (const char *os_dev)
{
char *p;
char *dri;
int dos_part = -1;
int bsd_part = -1;
dri = make_device_name (drive);