summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-07-09 15:45:38 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-12 01:10:04 +0200
commit66a69314941b5020f57cda943095413c40d677d8 (patch)
tree3ebe91ab42d746b2d387e43f1e89187e3a6c8556 /src/systemctl
parentf440e1bb8a0b1262c7649da502d0e9358019b968 (diff)
systemctl: remove unused variable
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 2ea5a3b0d8..9574ff20bd 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -1186,7 +1186,7 @@ static int list_dependencies(DBusConnection *bus, char **args) {
static int get_default(DBusConnection *bus, char **args) {
char *path = NULL;
- _cleanup_dbus_message_unref_ DBusMessage *m = NULL, *reply = NULL;
+ _cleanup_dbus_message_unref_ DBusMessage *reply = NULL;
int r;
_cleanup_dbus_error_free_ DBusError error;