[pypy-commit] pypy default: kill a leftover

antocuni noreply at buildbot.pypy.org
Fri Aug 31 16:29:13 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r57057:aac324730e6f
Date: 2012-08-31 15:29 +0200
http://bitbucket.org/pypy/pypy/changeset/aac324730e6f/

Log:	kill a leftover

diff --git a/pypy/rpython/rstr.py b/pypy/rpython/rstr.py
--- a/pypy/rpython/rstr.py
+++ b/pypy/rpython/rstr.py
@@ -19,9 +19,7 @@
         Repr.__init__(self, *args)
         self.rstr_decode_utf_8 = func_with_new_name(str_decode_utf_8,
                                                     'rstr_decode_utf_8')
-        self.rraise_unicode_exception_decode = func_with_new_name(
-            raise_unicode_exception_decode, 'rraise_unicode_exception_decode')
-        
+
     @jit.elidable
     def ll_decode_utf8(self, llvalue):
         from pypy.rpython.annlowlevel import hlstr


More information about the pypy-commit mailing list