[mod-xhtml-neg-cvs] mod_xhtml_neg mod_xhtml_neg.c,1.35,1.36
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-02 10:52:48
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19471 Modified Files: mod_xhtml_neg.c Log Message: Removed some unused variables following lint parse. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** mod_xhtml_neg.c 2 Apr 2004 09:10:40 -0000 1.35 --- mod_xhtml_neg.c 2 Apr 2004 10:40:41 -0000 1.36 *************** *** 639,643 **** char *data; unsigned long hash; ! int len, i; data = ap_pstrcat( p, rec->name, ";", rec->charset, NULL ); --- 639,643 ---- char *data; unsigned long hash; ! int len; data = ap_pstrcat( p, rec->name, ";", rec->charset, NULL ); *************** *** 920,925 **** { array_header *accept_recs; ! accept_rec *list, *item; ! int star_found, iso8859_found, i; if (accept_charset_line == NULL) { --- 920,924 ---- { array_header *accept_recs; ! int star_found, iso8859_found; if (accept_charset_line == NULL) { |