--------------------- PatchSet 11229 Date: 2007/02/03 21:56:56 Author: hno Branch: SQUID_2_6 Tag: (none) Log: Author: wessels MFC: CLEAN_BUF_SZ was defined, but never used anywhere Members: src/store_dir.c:1.143->1.143.2.1 Index: squid/src/store_dir.c =================================================================== RCS file: /cvsroot/squid/squid/src/store_dir.c,v retrieving revision 1.143 retrieving revision 1.143.2.1 diff -u -r1.143 -r1.143.2.1 --- squid/src/store_dir.c 18 Sep 2006 22:54:39 -0000 1.143 +++ squid/src/store_dir.c 3 Feb 2007 21:56:56 -0000 1.143.2.1 @@ -1,6 +1,6 @@ /* - * $Id: store_dir.c,v 1.143 2006/09/18 22:54:39 hno Exp $ + * $Id: store_dir.c,v 1.143.2.1 2007/02/03 21:56:56 hno Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -403,7 +403,6 @@ * the run. Thanks goes to Eric Stern, since this solution * came out of his COSS code. */ -#define CLEAN_BUF_SZ 16384 int storeDirWriteCleanLogs(int reopen) { @@ -472,7 +471,6 @@ dt, (double) n / (dt > 0.0 ? dt : 1.0)); return n; } -#undef CLEAN_BUF_SZ /* * sync all avaliable fs'es ..