mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemuBuildChardevCommand: Remove unused variable
'charstr' is unused since36d06a5637, breaking the build on some platforms. Remove it. Fixes:36d06a5637Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
@@ -1300,7 +1300,6 @@ qemuBuildChardevCommand(virCommand *cmd,
|
||||
virQEMUCaps *qemuCaps)
|
||||
{
|
||||
qemuDomainChrSourcePrivate *chrSourcePriv = QEMU_DOMAIN_CHR_SOURCE_PRIVATE(dev);
|
||||
g_autofree char *charstr = NULL;
|
||||
|
||||
switch ((virDomainChrType) dev->type) {
|
||||
case VIR_DOMAIN_CHR_TYPE_TCP:
|
||||
|
||||
Reference in New Issue
Block a user