Author: Remi Meier <remi.me...@gmail.com>
Branch: 
Changeset: r83521:9da0c82687ed
Date: 2016-04-05 15:32 +0300
http://bitbucket.org/pypy/pypy/changeset/9da0c82687ed/

Log:    typo

diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py
--- a/rpython/rlib/rvmprof/rvmprof.py
+++ b/rpython/rlib/rvmprof/rvmprof.py
@@ -96,7 +96,6 @@
                     uid = code._vmprof_unique_id
                     if uid != 0:
                         self._write_code_registration(uid, 
full_name_func(code))
-                    self._write_code_registration(uid, full_name_func(code))
             prev()
         # make a chained list of the gather() functions for all
         # the types of code objects
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to