From: Michal Sekletar Date: Tue, 12 Mar 2013 17:22:57 +0000 (+0100) Subject: systemctl: remove unused variable X-Git-Tag: v199~203 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1609dcb137813e8215d9ecc1f79c7dd7a788d5e0 systemctl: remove unused variable --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 84b7c8ee2..1ea0e4e7e 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -2053,7 +2053,7 @@ static int set_cgroup_attr(DBusConnection *bus, char **args) { } static int get_cgroup_attr(DBusConnection *bus, char **args) { - _cleanup_dbus_message_unref_ DBusMessage *m = NULL, *reply = NULL; + _cleanup_dbus_message_unref_ DBusMessage *reply = NULL; _cleanup_free_ char *n = NULL; char **argument; int r;