From cvs-return-2204-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Fri Sep 28 04:12:15 2001 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 83165 invoked by uid 500); 28 Sep 2001 04:12:15 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 83154 invoked from network); 28 Sep 2001 04:12:15 -0000 Date: 28 Sep 2001 04:11:20 -0000 Message-ID: <20010928041120.31817.qmail@icarus.apache.org> From: ianh@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/strings apr_strings.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ianh 01/09/27 21:11:20 Modified: strings apr_strings.c Log: this time make it actually an optimization ;( Revision Changes Path 1.22 +0 -1 apr/strings/apr_strings.c Index: apr_strings.c =================================================================== RCS file: /home/cvs/apr/strings/apr_strings.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- apr_strings.c 2001/09/28 03:43:05 1.21 +++ apr_strings.c 2001/09/28 04:11:20 1.22 @@ -144,7 +144,6 @@ nargs = 0; while ((argp = va_arg(adummy, char *)) != NULL) { - len = strlen(argp); if (nargs < MAX_SAVED_LENGTHS) { len = saved_lengths[nargs++]; }