cygcheck: Eliminate dead code
Fixes Coverity CID 66907 Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
bbeef8ef3f
commit
015f6894a0
|
@ -795,12 +795,6 @@ track_down (const char *file, const char *suffix, int lvl)
|
|||
if (lvl)
|
||||
printf ("%*c", lvl, ' ');
|
||||
|
||||
if (!path)
|
||||
{
|
||||
display_error ("file not found - '%s'\n", file);
|
||||
return false;
|
||||
}
|
||||
|
||||
printf ("%s", path);
|
||||
|
||||
wide_path wpath (path);
|
||||
|
|
Loading…
Reference in New Issue