[pypy-commit] pypy refactor-translator: Kill db.helper2ptr.

Manuel Jacob noreply at buildbot.pypy.org
Sun Jan 19 21:47:34 CET 2014


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


More information about the pypy-commit mailing list