mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
sysusers: drop an unused variable
Follow-up for ec0327d69c260d9a3770e9d722dbdcde996651cc.
This commit is contained in:
parent
4330dc03a0
commit
5ed29cab4a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user