From a219c2698ee468fedc574837987f90c5a4606e94 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 24 Jan 2018 12:54:12 +0900 Subject: [PATCH] systemctl: remove unused variable Follow-up for 98f609368723529a98f44948569fd2eb2dd9685d. --- src/systemctl/systemctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index e5e3803f84e..adfb1f01fe8 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -6247,7 +6247,6 @@ static int normalize_names(char **names, bool warn_if_path) { } static int unit_exists(LookupPaths *lp, const char *unit) { - _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[] = { -- 2.47.3