|
From: <ls...@us...> - 2010-03-28 16:49:50
|
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.
|