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:
parent
e61d3d8aae
commit
a219c2698e
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user