]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysusers: drop an unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 May 2018 11:44:15 +0000 (20:44 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 May 2018 12:04:43 +0000 (14:04 +0200)
Follow-up for ec0327d69c260d9a3770e9d722dbdcde996651cc.

src/sysusers/sysusers.c

index 92e5851519f4d0c247fcfdb60a73a122e3f49bc5..af041d2f74bb3f5ba6771d0ff5219a16415652fb 100644 (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);