[Zope-Checkins] CVS: Zope3/lib/python/Persistence - cPersistenceAPI.h:1.1.2.2

Jeremy Hylton jeremy@zope.com
Thu, 21 Feb 2002 16:34:41 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv13824/lib/python/Persistence

Modified Files:
      Tag: Zope-3x-branch
	cPersistenceAPI.h 
Log Message:
Remove PER_DEL().  It's no longer needed.



=== Zope3/lib/python/Persistence/cPersistenceAPI.h 1.1.2.1 => 1.1.2.2 ===
 }
 
-/* XXX is this right? */
-#define PER_DEL(O) Py_DECREF(O)
-
 #define PER_USE(O) \
     ((((PyPersistObject *)(O))->po_state != GHOST) \
      || (PyPersist_C_API->load((PyPersistObject *)(O)) >= 0) \