--------------------- PatchSet 6482 Date: 2005/03/07 13:15:16 Author: squidadm Branch: negotiate-2_5 Tag: (none) Log: Kill unused MemPool variables Members: src/auth/negotiate/auth_negotiate.h:1.1.2.2->1.1.2.3 src/auth/ntlm/auth_ntlm.h:1.8.2.4.2.2->1.8.2.4.2.3 Index: squid/src/auth/negotiate/auth_negotiate.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/negotiate/auth_negotiate.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/src/auth/negotiate/auth_negotiate.h 30 Jan 2005 12:48:09 -0000 1.1.2.2 +++ squid/src/auth/negotiate/auth_negotiate.h 7 Mar 2005 13:15:16 -0000 1.1.2.3 @@ -55,7 +55,4 @@ typedef struct _negotiate_request negotiate_request_t; typedef struct _auth_negotiate_config auth_negotiate_config; -extern MemPool *negotiate_user_pool; -extern MemPool *negotiate_request_pool; - #endif Index: squid/src/auth/ntlm/auth_ntlm.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/auth_ntlm.h,v retrieving revision 1.8.2.4.2.2 retrieving revision 1.8.2.4.2.3 diff -u -r1.8.2.4.2.2 -r1.8.2.4.2.3 --- squid/src/auth/ntlm/auth_ntlm.h 30 Jan 2005 12:48:10 -0000 1.8.2.4.2.2 +++ squid/src/auth/ntlm/auth_ntlm.h 7 Mar 2005 13:15:17 -0000 1.8.2.4.2.3 @@ -56,7 +56,4 @@ typedef struct _ntlm_request ntlm_request_t; typedef struct _auth_ntlm_config auth_ntlm_config; -extern MemPool *ntlm_user_pool; -extern MemPool *ntlm_request_pool; - #endif