Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r52093:fb832b92d207
Date: 2012-02-04 16:03 +0100
http://bitbucket.org/pypy/pypy/changeset/fb832b92d207/

Log:    Fix typo

diff --git a/pypy/jit/metainterp/executor.py b/pypy/jit/metainterp/executor.py
--- a/pypy/jit/metainterp/executor.py
+++ b/pypy/jit/metainterp/executor.py
@@ -254,7 +254,7 @@
         assert isinstance(x, r_longlong)  # 32-bit
         return BoxFloat(x)
 
-def do_keepalive(cpu, x):
+def do_keepalive(cpu, _, x):
     pass
 
 # ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to