[pypy-commit] pypy jit-leaner-frontend: kill a pdv

fijal pypy.commits at gmail.com
Fri Mar 11 09:07:30 EST 2016


Author: fijal
Branch: jit-leaner-frontend
Changeset: r82973:919e5be3f5d5
Date: 2016-03-11 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/919e5be3f5d5/

Log:	kill a pdv

diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -2567,8 +2567,6 @@
                      try_disabling_unroll=False, exported_state=None):
         num_green_args = self.jitdriver_sd.num_green_args
         greenkey = original_boxes[:num_green_args]
-        import pdb
-        pdb.set_trace()
         self.history.trace.done()
         if not self.partial_trace:
             ptoken = self.get_procedure_token(greenkey)


More information about the pypy-commit mailing list