systemctl: remove unused variable

Follow-up for 98f6093687.
This commit is contained in:
Yu Watanabe 2018-01-24 12:54:12 +09:00
parent e61d3d8aae
commit a219c2698e
1 changed files with 0 additions and 1 deletions

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