From: Volker Lendecke Date: Mon, 21 Oct 2019 12:37:04 +0000 (+0200) Subject: smbd: Remove an unused #define from mangle_hash2.c X-Git-Tag: talloc-2.3.1~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0559701478d42e969c8c779d765163271ca9141e;p=thirdparty%2Fsamba.git smbd: Remove an unused #define from mangle_hash2.c Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/source3/smbd/mangle_hash2.c b/source3/smbd/mangle_hash2.c index d6a365e1ebf..074794170b4 100644 --- a/source3/smbd/mangle_hash2.c +++ b/source3/smbd/mangle_hash2.c @@ -89,11 +89,6 @@ #define FLAG_POSSIBLE3 64 #define FLAG_POSSIBLE4 128 -/* by default have a max of 4096 entries in the cache. */ -#ifndef MANGLE_CACHE_SIZE -#define MANGLE_CACHE_SIZE 4096 -#endif - #define FNV1_PRIME 0x01000193 /*the following number is a fnv1 of the string: idra@samba.org 2002 */ #define FNV1_INIT 0xa6b93095