--------------------- PatchSet 6485 Date: 2008/01/10 13:41:58 Author: amosjeffries Branch: ayjwork Tag: (none) Log: Drop unused variable. Members: src/cache_cf.cc:1.79.2.19->1.79.2.20 Index: squid3/src/cache_cf.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/cache_cf.cc,v retrieving revision 1.79.2.19 retrieving revision 1.79.2.20 diff -u -r1.79.2.19 -r1.79.2.20 --- squid3/src/cache_cf.cc 10 Jan 2008 13:41:11 -0000 1.79.2.19 +++ squid3/src/cache_cf.cc 10 Jan 2008 13:41:58 -0000 1.79.2.20 @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.79.2.19 2008/01/10 13:41:11 amosjeffries Exp $ + * $Id: cache_cf.cc,v 1.79.2.20 2008/01/10 13:41:58 amosjeffries Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -228,7 +228,6 @@ int tmp_line_len = 0; int err_count = 0; int is_pipe = 0; - unsigned int i = 0; debugs(3, 1, "Processing Configuration File: " << file_name << " (depth " << depth << ")"); if (depth > 16) {