remove unused variables
This commit is contained in:
parent
4b07826647
commit
307ed0b484
1 changed files with 2 additions and 3 deletions
|
@ -573,9 +573,8 @@ grub_util_is_lvm (const char *os_dev)
|
||||||
{
|
{
|
||||||
struct dm_tree *tree;
|
struct dm_tree *tree;
|
||||||
uint32_t maj, min;
|
uint32_t maj, min;
|
||||||
struct dm_tree_node *node = NULL, *child;
|
struct dm_tree_node *node = NULL;
|
||||||
void *handle;
|
const char *node_uuid;
|
||||||
const char *node_uuid, *mapper_name = NULL, *child_uuid, *child_name;
|
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|
||||||
if (stat (os_dev, &st) < 0)
|
if (stat (os_dev, &st) < 0)
|
||||||
|
|
Loading…
Reference in a new issue