]> git.samba.org - samba.git/commitdiff
s3: smbd: Remove now unused MAX_OPEN_DIRECTORIES define.
authorJeremy Allison <jra@samba.org>
Mon, 8 Jul 2019 22:06:07 +0000 (15:06 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 9 Jul 2019 23:12:16 +0000 (23:12 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/local.h

index b02ebd5a24c9566a8d4e7cfde9540a301015c6d5..89571acef1db11ae6452e483d2b21bfd2cf06ff1 100644 (file)
@@ -9,11 +9,6 @@
 /* to a maximum of 8 if old smb clients break because of long printer names. */
 #define MAXPRINTERLEN 15
 
-/* max number of directories open at once */
-/* note that with the new directory code this no longer requires a
-   file handle per directory, but large numbers do use more memory */
-#define MAX_OPEN_DIRECTORIES 256
-
 /* max number of directory handles */
 /* As this now uses the bitmap code this can be
    quite large. */