diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:31:34 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:32:08 +0200 |
commit | ba19c6e1819a89d3b90811ce4fd785a606dfd223 (patch) | |
tree | 099934795be7b0176228800e54ff7518723ce7ee /src/systemctl | |
parent | 65a6195e765c3b87f01e1b19211788e5ed3d22a7 (diff) |
treewide: remove unused variables
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 b575437bcb..d3f437411a 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -5606,7 +5606,7 @@ static int mangle_names(char **original_names, char ***mangled_names) { } static int unit_exists(const char *unit) { - _cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL, *m = NULL; + _cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL; _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL; _cleanup_free_ char *path = NULL; static const struct bus_properties_map property_map[] = { |