[pypy-svn] r9726 - pypy/dist/pypy/tool

pedronis at codespeak.net pedronis at codespeak.net
Thu Mar 10 14:10:55 CET 2005


Author: pedronis
Date: Thu Mar 10 14:10:55 2005
New Revision: 9726

Modified:
   pypy/dist/pypy/tool/delta.py
Log:
dev time stuff, not needed anymore for pure html generation



Modified: pypy/dist/pypy/tool/delta.py
==============================================================================
--- pypy/dist/pypy/tool/delta.py	(original)
+++ pypy/dist/pypy/tool/delta.py	Thu Mar 10 14:10:55 2005
@@ -701,10 +701,6 @@
     mods_report = delta(ObjSpaceExplore(space), host_explore, TO_CHECK)
     cls_report = cls_delta_rep()
 
-    reports.insert(1,reports.pop())
-
-    reports.reverse()
-
     if not os.path.isdir(DIR):
         os.mkdir(DIR)
 



More information about the Pypy-commit mailing list