diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 |