[pypy-svn] r18685 - pypy/dist/pypy/rpython/ootypesystem

mwh at codespeak.net mwh at codespeak.net
Sun Oct 16 14:48:17 CEST 2005


Author: mwh
Date: Sun Oct 16 14:48:16 2005
New Revision: 18685

Modified:
   pypy/dist/pypy/rpython/ootypesystem/rclass.py
Log:
remove another obsolete FIXME


Modified: pypy/dist/pypy/rpython/ootypesystem/rclass.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/rclass.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/rclass.py	Sun Oct 16 14:48:16 2005
@@ -33,8 +33,6 @@
         self.allmethods = {}
 
     def _setup_repr(self):
-        # FIXME methods
-
         fields = {}
         attrs = self.classdef.attrs.items()
 



More information about the Pypy-commit mailing list