Author: Manuel Jacob
Branch: refactor-translator
Changeset: r68773:df1ca389cffa
Date: 2014-01-19 21:40 +0100
http://bitbucket.org/pypy/pypy/changeset/df1ca389cffa/

Log:    Kill db.helper2ptr.

diff --git a/rpython/translator/c/database.py b/rpython/translator/c/database.py
--- a/rpython/translator/c/database.py
+++ b/rpython/translator/c/database.py
@@ -45,7 +45,6 @@
         self.delayedfunctionptrs = []
         self.completedcontainers = 0
         self.containerstats = {}
-        self.helper2ptr = {}
 
         # late_initializations is for when the value you want to
         # assign to a constant object is something C doesn't think is
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to