[pypy-commit] pypy default: Deleted old stale code that apparently was commented-out in r 9092 and branch ast-experiments

berdario noreply at buildbot.pypy.org
Fri Jul 1 15:08:03 CEST 2011


Author: Dario Bertini <berdario at gmail.com>
Branch: 
Changeset: r45222:c65284866830
Date: 2011-06-30 06:38 +0200
http://bitbucket.org/pypy/pypy/changeset/c65284866830/

Log:	Deleted old stale code that apparently was commented-out in r 9092
	and branch ast-experiments

diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py
--- a/pypy/objspace/flow/operation.py
+++ b/pypy/objspace/flow/operation.py
@@ -143,9 +143,6 @@
 def mod_ovf(x, y):
     return ovfcheck(x % y)
 
-##def pow_ovf(*two_or_three_args):
-##    return ovfcheck(pow(*two_or_three_args))
-
 def lshift_ovf(x, y):
     return ovfcheck_lshift(x, y)
 


More information about the pypy-commit mailing list