]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote: remove unused constant for libvirtd config file
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 3 Jul 2019 17:27:29 +0000 (18:27 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 3 Jul 2019 17:33:52 +0000 (18:33 +0100)
The LIBVIRTD_CONFIGURATION_FILE constant was introduced in

  commit b7c42619e69acd8416be88b8aa3b4161bc813f8a
  Author: Richard W.M. Jones <rjones@redhat.com>
  Date:   Mon Jun 11 11:43:41 2007 +0000

    Mon Jun 11 12:41:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

and then never used !

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/remote_driver.h

index 8c7da6b000c3209f8d8371e5e832d7327a97241e..132e478ef35eaf0a691f25c69bec5f8e609199d0 100644 (file)
@@ -34,7 +34,6 @@ unsigned long remoteVersion(void);
 #define LIBVIRTD_PRIV_UNIX_SOCKET LOCALSTATEDIR "/run/libvirt/libvirt-sock"
 #define LIBVIRTD_PRIV_UNIX_SOCKET_RO LOCALSTATEDIR "/run/libvirt/libvirt-sock-ro"
 #define LIBVIRTD_USER_UNIX_SOCKET "libvirt-sock"
-#define LIBVIRTD_CONFIGURATION_FILE SYSCONFDIR "/libvirt/libvirtd.conf"
 
 /* Defaults for PKI directory. */
 #define LIBVIRT_PKI_DIR SYSCONFDIR "/pki"