mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
util: virnetdevopenvswitch: Drop an unused variable @ovs_timeout
Technically, it was never used ever since commit @f4d06ca8fd9 introduced it, but the fact that we called VIR_FREE on it was enough for Clang to never complain about it. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
26cfb1a3cd
commit
cc4d44ab31
@ -473,7 +473,6 @@ virNetDevOpenvswitchGetVhostuserIfname(const char *path,
|
|||||||
size_t ntokens = 0;
|
size_t ntokens = 0;
|
||||||
int status;
|
int status;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
VIR_AUTOFREE(char *) ovs_timeout = NULL;
|
|
||||||
|
|
||||||
/* Openvswitch vhostuser path are hardcoded to
|
/* Openvswitch vhostuser path are hardcoded to
|
||||||
* /<runstatedir>/openvswitch/<ifname>
|
* /<runstatedir>/openvswitch/<ifname>
|
||||||
|
Loading…
Reference in New Issue
Block a user