remove unused variable

This commit is contained in:
Colin Watson 2011-03-23 14:45:04 +00:00
parent 28f9509eb7
commit ebad0b81be

View file

@ -131,7 +131,6 @@ grub_find_root_device_from_mountinfo (const char *dir, char **relroot)
size_t enc_path_len;
const char *sep;
char fstype[PATH_MAX], device[PATH_MAX];
struct stat st;
if (sscanf (buf, "%d %d %u:%u %s %s%n",
&mnt_id, &parent_mnt_id, &major, &minor, enc_root, enc_path,