[pypy-svn] r51726 - pypy/branch/unified-rtti/pypy/translator/c
arigo at codespeak.net
arigo at codespeak.net
Thu Feb 21 16:23:57 CET 2008
Author: arigo
Date: Thu Feb 21 16:23:57 2008
New Revision: 51726
Modified:
pypy/branch/unified-rtti/pypy/translator/c/genc.py
Log:
Remove unneeded line.
Modified: pypy/branch/unified-rtti/pypy/translator/c/genc.py
==============================================================================
--- pypy/branch/unified-rtti/pypy/translator/c/genc.py (original)
+++ pypy/branch/unified-rtti/pypy/translator/c/genc.py Thu Feb 21 16:23:57 2008
@@ -503,7 +503,6 @@
# All declarations
#
database = self.database
- structdeflist = database.getstructdeflist()
name = 'structdef.h'
fi = self.makefile(name)
print >> f, '#include "%s"' % name
More information about the Pypy-commit
mailing list