Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r76588:6b6dfcc1746d
Date: 2015-03-27 03:17 +0000
http://bitbucket.org/pypy/pypy/changeset/6b6dfcc1746d/

Log:    Kill unused MixLevelAnnotatorPolicy.annhelper

diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py
--- a/rpython/rtyper/annlowlevel.py
+++ b/rpython/rtyper/annlowlevel.py
@@ -100,7 +100,6 @@
 class MixLevelAnnotatorPolicy(LowLevelAnnotatorPolicy):
 
     def __init__(pol, annhelper):
-        pol.annhelper = annhelper
         pol.rtyper = annhelper.rtyper
 
     def default_specialize(pol, funcdesc, args_s):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to