diff --git a/src/lxc/start.c b/src/lxc/start.c index 6b66e4fb5..c9200f49b 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1694,11 +1694,6 @@ static int lxc_spawn(struct lxc_handler *handler) } } - if (!cgroup_init(handler)) { - ERROR("Failed initializing cgroup support"); - goto out_delete_net; - } - if (!cgroup_ops->create(cgroup_ops, handler)) { ERROR("Failed creating cgroups"); goto out_delete_net;