From 1222461ca6d8cb5c07c8395659fef323bf23e36f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 20 May 2005 04:26:35 +0000 Subject: (fts_open): Remove useless but otherwise harmless malloc call. Spotted by Paul Eggert. --- lib/fts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/fts.c b/lib/fts.c index 07737a11d..34249f373 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -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 { -- cgit v1.2.3-54-g00ecf