summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-04 12:16:00 +0000
committerJim Meyering <jim@meyering.net>2003-10-04 12:16:00 +0000
commitb5eef18d4098c99060729a812f9017eb280fad0b (patch)
tree7667e1d20eb6a25b3e006a76a920fe256620a819 /src/du.c
parent4a7bc58d00faac14a48b33d8ec7cab88b7a3e050 (diff)
downloadcoreutils-b5eef18d4098c99060729a812f9017eb280fad0b.tar.xz
(MAX_N_DESCRIPTORS): Remove now-unused definition.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/du.c b/src/du.c
index 478b21434..e792d6fc8 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". */