remove unused variable
This commit is contained in:
parent
28f9509eb7
commit
ebad0b81be
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue