From harmony-commits-return-493-apmail-incubator-harmony-commits-archive=incubator.apache.org@incubator.apache.org Wed Dec 14 11:56:08 2005 Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 32953 invoked from network); 14 Dec 2005 11:56:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 11:56:07 -0000 Received: (qmail 86961 invoked by uid 500); 14 Dec 2005 11:56:02 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 86846 invoked by uid 500); 14 Dec 2005 11:56:01 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 86812 invoked by uid 99); 14 Dec 2005 11:56:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 03:56:01 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Dec 2005 03:56:00 -0800 Received: (qmail 32771 invoked by uid 65534); 14 Dec 2005 11:55:40 -0000 Message-ID: <20051214115540.32770.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r356772 - /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/derive2.c Date: Wed, 14 Dec 2005 11:55:40 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Wed Dec 14 03:55:35 2005 New Revision: 356772 URL: http://svn.apache.org/viewcvs?rev=356772&view=rev Log: Better version of r356723: remove the offending line, as it's redundant. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/derive2.c Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/derive2.c URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/derive2.c?rev=356772&r1=356771&r2=356772&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/derive2.c (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/libjc/derive2.c Wed Dec 14 03:55:35 2005 @@ -277,9 +277,6 @@ /* Add type to the loader's defined types tree */ _jc_splay_insert(&loader->defined_types, type); - /* Set type flags */ - type->flags |= _JC_TYPE_REFERENCE | _JC_TYPE_LOADED; - /* Done */ _JC_MUTEX_UNLOCK(env, loader->mutex); return type;