diff options
author | Michal Sekletar <msekleta@redhat.com> | 2013-03-12 18:22:57 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-13 21:05:08 -0400 |
commit | 1609dcb137813e8215d9ecc1f79c7dd7a788d5e0 (patch) | |
tree | 4fc855fcfc481b75558ab42be214312fa843e079 /src/systemctl | |
parent | d39efe744a050cf2231459262e04a87fb0da3d7f (diff) |
systemctl: remove unused variable
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 84b7c8ee2d..1ea0e4e7ec 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; |