[pypy-svn] r45254 - pypy/dist/pypy/rpython/lltypesystem

fijal at codespeak.net fijal at codespeak.net
Sun Jul 22 19:30:50 CEST 2007


Author: fijal
Date: Sun Jul 22 19:30:49 2007
New Revision: 45254

Modified:
   pypy/dist/pypy/rpython/lltypesystem/rfficache.py
Log:
kill dead code


Modified: pypy/dist/pypy/rpython/lltypesystem/rfficache.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/rfficache.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/rfficache.py	Sun Jul 22 19:30:49 2007
@@ -43,10 +43,6 @@
 if os.name != 'nt':
     TYPES.append('mode_t')
 
-def newline_repr(d):
-    assert isinstance(d, dict)
-    return "{\n%s,\n}" % ",\n".join(["%r:%r" % (k, v) for k, v in d.items()])
-
 def get_type_sizes(filename, compiler_exe=None):
     try:
         mod = {}



More information about the Pypy-commit mailing list