[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.c,1.22,1.23
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-02 10:53:31
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19598 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-2.0/mod_xhtml_neg.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mod_xhtml_neg.c 2 Apr 2004 09:09:30 -0000 1.22 --- mod_xhtml_neg.c 2 Apr 2004 10:41:19 -0000 1.23 *************** *** 642,646 **** char *data; unsigned long hash; ! int len, i; data = apr_pstrcat( p, rec->name, ";", rec->charset, NULL ); --- 642,646 ---- char *data; unsigned long hash; ! int len; data = apr_pstrcat( p, rec->name, ";", rec->charset, NULL ); *************** *** 926,931 **** { apr_array_header_t *accept_recs; ! accept_rec *list, *item; ! int star_found, iso8859_found, i; if (accept_charset_line == NULL) { --- 926,930 ---- { apr_array_header_t *accept_recs; ! int star_found, iso8859_found; if (accept_charset_line == NULL) { |