From d477526690691cef5d77c34f61a0c3a3a1e51cb3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Sep 2003 17:33:42 +0000 Subject: (D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]: Don't define. These symbols are no longer used. --- src/remove.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/remove.c b/src/remove.c index 7c79d10bf..387a27bd3 100644 --- a/src/remove.c +++ b/src/remove.c @@ -79,14 +79,6 @@ int rpl_lstat (const char *, struct stat *); # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf) #endif -#ifdef D_INO_IN_DIRENT -# define D_INO(dp) ((dp)->d_ino) -# define ENABLE_CYCLE_CHECK -#else -/* Some systems don't have inodes, so fake them to avoid lots of ifdefs. */ -# define D_INO(dp) 1 -#endif - /* Initial capacity of per-directory hash table of entries that have been processed but not been deleted. */ #define HT_UNREMOVABLE_INITIAL_CAPACITY 13 -- cgit v1.2.3-70-g09d2