summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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". */