From: <fwi...@us...> - 2009-09-25 03:13:19
|
Revision: 6811 http://jython.svn.sourceforge.net/jython/?rev=6811&view=rev Author: fwierzbicki Date: 2009-09-25 03:13:10 +0000 (Fri, 25 Sep 2009) Log Message: ----------- Remove leftover experimental code for now. Modified Paths: -------------- branches/indy/src/org/python/compiler/Module.java Modified: branches/indy/src/org/python/compiler/Module.java =================================================================== --- branches/indy/src/org/python/compiler/Module.java 2009-09-25 03:08:49 UTC (rev 6810) +++ branches/indy/src/org/python/compiler/Module.java 2009-09-25 03:13:10 UTC (rev 6811) @@ -16,7 +16,6 @@ import org.python.core.CodeFlag; import org.python.core.CodeLoader; import org.python.core.CompilerFlags; -import org.python.core.invokedynamic.InvokeDynamicSupport; import org.python.core.Py; import org.python.core.PyException; import org.python.core.PyRunnableBootstrap; @@ -541,10 +540,6 @@ Code c = classfile.addMethod("<init>", "(Ljava/lang/String;)V", ACC_PUBLIC); c.aload(0); c.invokespecial("org/python/core/IndyFunctionTable", "<init>", "()V"); - - //HERE - //c.invokestatic(p(InvokeDynamicSupport.class), "registerBootstrap", sig(void.class, Class.class)); - addConstants(c); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |