Author: Tim Felgentreff <[email protected]>
Branch: 
Changeset: r47:01a0d25813f9
Date: 2013-02-18 18:01 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/01a0d25813f9/

Log:    (timfel, cfbolz) remove useless statement

diff --git a/spyvm/test/test_interpreter.py b/spyvm/test/test_interpreter.py
--- a/spyvm/test/test_interpreter.py
+++ b/spyvm/test/test_interpreter.py
@@ -32,7 +32,6 @@
         s_class = w_class.as_class_get_shadow(space)
         prim_meth = model.W_CompiledMethod(0)
         prim_meth.primitive = primnum
-        # prim_meth.w_compiledin = w_class
         prim_meth.argsize = argsize
         s_class.installmethod(methname, prim_meth)
         
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to