[pypy-svn] pypy default: Kill outdated comment.

arigo commits-noreply at bitbucket.org
Wed Mar 16 11:48:21 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r42709:2d1a02c6afa1
Date: 2011-03-16 06:29 -0400
http://bitbucket.org/pypy/pypy/changeset/2d1a02c6afa1/

Log:	Kill outdated comment.

diff --git a/pypy/jit/metainterp/resoperation.py b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/metainterp/resoperation.py
+++ b/pypy/jit/metainterp/resoperation.py
@@ -485,7 +485,6 @@
     #'OOSEND',                     # ootype operation
     #'OOSEND_PURE',                # ootype operation
     'CALL_PURE/*d',             # removed before it's passed to the backend
-                             # CALL_PURE(result, func, arg_1,..,arg_n)
     '_CALL_LAST',
     '_CANRAISE_LAST', # ----- end of can_raise operations -----
 


More information about the Pypy-commit mailing list