diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-12-11 11:37:23 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-12-11 11:37:23 +0900 |
commit | 36265aeebd637e75c7b84db107afd6a35eb485c1 (patch) | |
tree | 6f23c1186ec1aab39782d87f99cc2d15612771a9 /fc-cache | |
parent | 608c5b590bd3428dfcd30f3d68ee8b7131e2f019 (diff) |
Remove the dead code
Diffstat (limited to 'fc-cache')
-rw-r--r-- | fc-cache/fc-cache.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c index 9fb383be..22060960 100644 --- a/fc-cache/fc-cache.c +++ b/fc-cache/fc-cache.c @@ -138,13 +138,6 @@ scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force, fflush (stdout); } - if (!dir) - { - if (verbose) - printf ("skipping, no such directory\n"); - continue; - } - if (FcStrSetMember (processed_dirs, dir)) { if (verbose) |