(fts_open): Remove useless but otherwise harmless malloc call.

Spotted by Paul Eggert.
This commit is contained in:
Jim Meyering 2005-05-20 04:26:35 +00:00
parent ec4933bcee
commit 1222461ca6

View File

@ -424,7 +424,6 @@ fts_open (char * const *argv,
AD_compare, free);
if (sp->active_dir_ht == NULL)
goto mem3;
sp->cycle_state = malloc (sizeof *sp->cycle_state);
}
else
{