Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r44240:37b48a86e06c
Date: 2011-05-17 15:43 +0200
http://bitbucket.org/pypy/pypy/changeset/37b48a86e06c/

Log:    remove long-dead code

diff --git a/pypy/module/pypyjit/interp_jit.py 
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
+++ b/pypy/module/pypyjit/interp_jit.py
@@ -49,14 +49,6 @@
     greens = ['next_instr', 'is_being_profiled', 'pycode']
     virtualizables = ['frame']
 
-##    def compute_invariants(self, reds, next_instr, pycode):
-##        # compute the information that really only depends on next_instr
-##        # and pycode
-##        frame = reds.frame
-##        valuestackdepth = frame.valuestackdepth
-##        blockstack = frame.blockstack
-##        return (valuestackdepth, blockstack)
-
 pypyjitdriver = PyPyJitDriver(get_printable_location = get_printable_location,
                               get_jitcell_at = get_jitcell_at,
                               set_jitcell_at = set_jitcell_at,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to