From: Jim Meyering Date: Sat, 4 Oct 2003 12:16:00 +0000 (+0000) Subject: (MAX_N_DESCRIPTORS): Remove now-unused definition. X-Git-Tag: v5.1.0~476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5eef18d4098c99060729a812f9017eb280fad0b;p=thirdparty%2Fcoreutils.git (MAX_N_DESCRIPTORS): Remove now-unused definition. --- diff --git a/src/du.c b/src/du.c index 478b21434e..e792d6fc8c 100644 --- a/src/du.c +++ b/src/du.c @@ -51,10 +51,6 @@ /* Initial size of the hash table. */ #define INITIAL_TABLE_SIZE 103 -/* The maximum number of simultaneously open file handles that - may be used by ftw. */ -#define MAX_N_DESCRIPTORS (3 * UTILS_OPEN_MAX / 4) - /* Hash structure for inode and device numbers. The separate entry structure makes it easier to rehash "in place". */