]> xenbits.xensource.com Git - libvirt.git/commitdiff
virLXCDriver: Drop unused @cgroup
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jul 2013 11:34:55 +0000 (13:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jul 2013 12:16:53 +0000 (14:16 +0200)
It is not used anywhere, so it makes no sense to have it there.

src/lxc/lxc_conf.h

index 5a5b9aa3555ac2f847604f216ea1b16503b00942..bbf6eea03b3594ea33d9e4aa26876eabbfa11aaf 100644 (file)
@@ -52,8 +52,6 @@ struct _virLXCDriver {
     virCapsPtr caps;
     virDomainXMLOptionPtr xmlopt;
 
-    virCgroupPtr cgroup;
-
     virSysinfoDefPtr hostsysinfo;
 
     size_t nactive;