Author: Ronan Lamy <[email protected]>
Branch: flowoperators
Changeset: r65220:300866452771
Date: 2013-05-06 01:00 +0100
http://bitbucket.org/pypy/pypy/changeset/300866452771/

Log:    cleanup make_op()

diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py
--- a/rpython/flowspace/objspace.py
+++ b/rpython/flowspace/objspace.py
@@ -407,8 +407,6 @@
 
 def make_op(oper):
     """Add function operation to the flow space."""
-    op = None
-    skip = False
     arithmetic = False
     name = oper.name
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to