]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(MAX_N_DESCRIPTORS): Remove now-unused definition.
authorJim Meyering <jim@meyering.net>
Sat, 4 Oct 2003 12:16:00 +0000 (12:16 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Oct 2003 12:16:00 +0000 (12:16 +0000)
src/du.c

index 478b21434e4262a9d4fe43c888d6e2ad3381b538..e792d6fc8c7789b8125d54d0468aff3192e7d701 100644 (file)
--- a/src/du.c
+++ b/src/du.c
 /* 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".  */