Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 22569 invoked from network); 12 Sep 2007 21:05:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 21:05:00 -0000 Received: (qmail 9221 invoked by uid 500); 12 Sep 2007 21:04:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 9130 invoked by uid 500); 12 Sep 2007 21:04:53 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 9115 invoked by uid 99); 12 Sep 2007 21:04:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 14:04:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 21:04:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5CA541A983A; Wed, 12 Sep 2007 14:04:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r575078 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c Date: Wed, 12 Sep 2007 21:04:38 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070912210439.5CA541A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Wed Sep 12 14:04:38 2007 New Revision: 575078 URL: http://svn.apache.org/viewvc?rev=575078&view=rev Log: Removed another old code comment. Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c?rev=575078&r1=575077&r2=575078&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c (original) +++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c Wed Sep 12 14:04:38 2007 @@ -738,7 +738,7 @@ U_32 i, length; jobjectArray aliases = NULL; jobject element; - jclass tempClass = HARMONY_CACHE_GET (env, CLS_java_net_InetAddress); //(*env)->FindClass (env, "java/net/InetAddress"); + jclass tempClass = HARMONY_CACHE_GET (env, CLS_java_net_InetAddress); /* Number of structures */ for (i = 0; i < count; i++)