mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 07:05:28 +00:00
util: Remove unused variable in virResctrlGetInfo
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
6899118043
commit
e28ccd2643
@ -392,7 +392,6 @@ int
|
||||
virResctrlGetInfo(virResctrlInfoPtr resctrl)
|
||||
{
|
||||
DIR *dirp = NULL;
|
||||
char *info_path = NULL;
|
||||
char *endptr = NULL;
|
||||
char *tmp_str = NULL;
|
||||
int ret = -1;
|
||||
@ -507,7 +506,6 @@ virResctrlGetInfo(virResctrlInfoPtr resctrl)
|
||||
ret = 0;
|
||||
cleanup:
|
||||
VIR_DIR_CLOSE(dirp);
|
||||
VIR_FREE(info_path);
|
||||
if (i_type)
|
||||
VIR_FREE(i_type->cbm_mask);
|
||||
VIR_FREE(i_type);
|
||||
|
Loading…
Reference in New Issue
Block a user