Revision: 5738
          http://jnode.svn.sourceforge.net/jnode/?rev=5738&view=rev
Author:   lsantha
Date:     2010-03-28 16:49:43 +0000 (Sun, 28 Mar 2010)

Log Message:
-----------
Removed needless code.

Modified Paths:
--------------
    trunk/core/src/core/org/jnode/vm/classmgr/VmMethod.java

Modified: trunk/core/src/core/org/jnode/vm/classmgr/VmMethod.java
===================================================================
--- trunk/core/src/core/org/jnode/vm/classmgr/VmMethod.java     2010-03-28 
16:29:10 UTC (rev 5737)
+++ trunk/core/src/core/org/jnode/vm/classmgr/VmMethod.java     2010-03-28 
16:49:43 UTC (rev 5738)
@@ -499,7 +499,6 @@
                 code.setNext(this.compiledCode);
                 this.compiledCode = code;
                 this.nativeCode = code.getNativeCode();
-                this.compiledCode = code;
                 Vm.getVm().getSharedStatics().setMethodCode(
                     getSharedStaticsIndex(), code.getNativeCode());
                 this.nativeCodeOptLevel = (short) optLevel;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to