1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00

sysusers: drop an unused variable

Follow-up for ec0327d69c.
This commit is contained in:
Yu Watanabe 2018-05-15 20:44:15 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4330dc03a0
commit 5ed29cab4a

View File

@ -1746,7 +1746,6 @@ static void free_database(Hashmap *by_name, Hashmap *by_id) {
static int cat_config(void) {
_cleanup_strv_free_ char **files = NULL;
_cleanup_free_ char *replace_file = NULL;
int r;
r = conf_files_list_with_replacement(arg_root, CONF_PATHS_STRV("sysusers.d"), arg_replace, &files, NULL);