From: Christian Brauner Date: Mon, 9 Mar 2020 13:33:04 +0000 (+0100) Subject: commands: remove unused variables X-Git-Tag: lxc-4.0.0~42^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e1785904b41f2ca86935b2b307a85650f17b23;p=thirdparty%2Flxc.git commands: remove unused variables Signed-off-by: Christian Brauner --- diff --git a/src/lxc/commands.c b/src/lxc/commands.c index cb67e7190..e7bd3bb98 100644 --- a/src/lxc/commands.c +++ b/src/lxc/commands.c @@ -935,8 +935,6 @@ static int lxc_cmd_add_bpf_device_cgroup_callback(int fd, struct lxc_cmd_req *re struct lxc_cmd_rsp rsp = {0}; struct lxc_conf *conf = handler->conf; struct hierarchy *unified = handler->cgroup_ops->unified; - struct lxc_list *list_elem = NULL; - struct device_item *new_device = NULL; int ret; struct lxc_list *it; struct device_item *device;