From 7e94a1a4ea6581ea876c61df73173a743972a00e Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 18 Jul 2013 13:34:55 +0200 Subject: [PATCH] virLXCDriver: Drop unused @cgroup It is not used anywhere, so it makes no sense to have it there. --- src/lxc/lxc_conf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lxc/lxc_conf.h b/src/lxc/lxc_conf.h index 5a5b9aa355..bbf6eea03b 100644 --- a/src/lxc/lxc_conf.h +++ b/src/lxc/lxc_conf.h @@ -52,8 +52,6 @@ struct _virLXCDriver { virCapsPtr caps; virDomainXMLOptionPtr xmlopt; - virCgroupPtr cgroup; - virSysinfoDefPtr hostsysinfo; size_t nactive;