From: Michal Privoznik Date: Sat, 5 Jun 2021 04:05:27 +0000 (+0200) Subject: doRemoteOpen: Drop @daemonPath X-Git-Tag: v7.5.0-rc1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a562de3cf3072591eb5b98449dab7d7ac5eb18;p=thirdparty%2Flibvirt.git doRemoteOpen: Drop @daemonPath The @daemonPath variable in doRemoteOpen() is no longer used after faf8354674. Remove it. Signed-off-by: Michal Privoznik --- diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index da672b0d00..c03c68ec30 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -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;