1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-15 05:57:26 +03:00

systemctl: remove unused variable

Follow-up for 98f609368723529a98f44948569fd2eb2dd9685d.
This commit is contained in:
Yu Watanabe 2018-01-24 12:54:12 +09:00
parent e61d3d8aae
commit a219c2698e

View File

@ -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[] = {