doRemoteOpen: Drop @daemonPath

The @daemonPath variable in doRemoteOpen() is no longer used
after faf8354674. Remove it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2021-06-05 06:05:27 +02:00
parent 619968a680
commit e8a562de3c

View File

@ -729,9 +729,6 @@ doRemoteOpen(virConnectPtr conn,
virConf *conf,
unsigned int flags)
{
#ifndef WIN32
g_autofree char *daemonPath = NULL;
#endif
g_autofree char *tls_priority = NULL;
g_autofree char *name = NULL;
g_autofree char *command = NULL;