--------------------- PatchSet 1200 Date: 2001/01/08 12:42:13 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: unused code tidyup Members: src/structs.h:1.1.1.3.4.1.2.26.2.28->1.1.1.3.4.1.2.26.2.29 src/typedefs.h:1.1.1.3.12.13.2.21->1.1.1.3.12.13.2.22 Index: squid/src/structs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/structs.h,v retrieving revision 1.1.1.3.4.1.2.26.2.28 retrieving revision 1.1.1.3.4.1.2.26.2.29 diff -u -r1.1.1.3.4.1.2.26.2.28 -r1.1.1.3.4.1.2.26.2.29 --- squid/src/structs.h 7 Jan 2001 20:08:22 -0000 1.1.1.3.4.1.2.26.2.28 +++ squid/src/structs.h 8 Jan 2001 12:42:13 -0000 1.1.1.3.4.1.2.26.2.29 @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.1.1.3.4.1.2.26.2.28 2001/01/07 20:08:22 hno Exp $ + * $Id: structs.h,v 1.1.1.3.4.1.2.26.2.29 2001/01/08 12:42:13 rbcollins Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1561,9 +1561,6 @@ protocol_t protocol; char login[MAX_LOGIN_SZ]; char host[SQUIDHOSTNAMELEN + 1]; -#if 0 - char authuser[USER_IDENT_SZ]; /* from proxy auth only */ -#endif auth_user_request_t *auth_user_request; u_short port; String urlpath; Index: squid/src/typedefs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/typedefs.h,v retrieving revision 1.1.1.3.12.13.2.21 retrieving revision 1.1.1.3.12.13.2.22 diff -u -r1.1.1.3.12.13.2.21 -r1.1.1.3.12.13.2.22 --- squid/src/typedefs.h 8 Jan 2001 12:14:57 -0000 1.1.1.3.12.13.2.21 +++ squid/src/typedefs.h 8 Jan 2001 12:42:13 -0000 1.1.1.3.12.13.2.22 @@ -1,6 +1,6 @@ /* - * $Id: typedefs.h,v 1.1.1.3.12.13.2.21 2001/01/08 12:14:57 rbcollins Exp $ + * $Id: typedefs.h,v 1.1.1.3.12.13.2.22 2001/01/08 12:42:13 rbcollins Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -61,9 +61,6 @@ typedef struct _acl_time_data acl_time_data; typedef struct _acl_name_list acl_name_list; typedef struct _acl_deny_info_list acl_deny_info_list; -#if UNUSED_CODE -typedef struct _acl_proxy_auth acl_proxy_auth; -#endif typedef struct _auth_user_t auth_user_t; typedef struct _auth_user_request_t auth_user_request_t; typedef struct _auth_user_hash_pointer auth_user_hash_pointer;