]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doRemoteOpen: Drop @daemonPath
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 5 Jun 2021 04:05:27 +0000 (06:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Jun 2021 08:06:22 +0000 (10:06 +0200)
The @daemonPath variable in doRemoteOpen() is no longer used
after faf8354674. Remove it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/remote/remote_driver.c

index da672b0d00097a292855c5cf96871ff8158e07bc..c03c68ec308ca901003d6b3ec53d08a47efa925c 100644 (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;