Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: 
Changeset: r65455:99c8ce4a8899
Date: 2013-07-18 11:04 +0200
http://bitbucket.org/pypy/pypy/changeset/99c8ce4a8899/

Log:    kill no longer needed constant

diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py
--- a/rpython/rlib/rbigint.py
+++ b/rpython/rlib/rbigint.py
@@ -2058,8 +2058,6 @@
                          # hint for the annotator for the slice below)
         return ''.join(result[next_char_index:])
 
-_FORMAT_MINDIGITS = 5 # 36 ** 5 fits in 32 bits, there may be a better choice 
for this
-
 
 class _PartsCache(object):
     def __init__(self):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to