From: Yu Watanabe Date: Wed, 24 Jan 2018 03:54:12 +0000 (+0900) Subject: systemctl: remove unused variable X-Git-Tag: v237~38^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a219c2698ee468fedc574837987f90c5a4606e94;p=thirdparty%2Fsystemd.git systemctl: remove unused variable Follow-up for 98f609368723529a98f44948569fd2eb2dd9685d. --- 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[] = {