[Zodb-checkins] CVS: ZODB3/Persistence - cPersistence.h:1.25.122.3

Jeremy Hylton jeremy at zope.com
Thu Jul 3 18:08:21 EDT 2003


Update of /cvs-repository/ZODB3/Persistence
In directory cvs.zope.org:/tmp/cvs-serv19296

Modified Files:
      Tag: zodb33-devel-branch
	cPersistence.h 
Log Message:
Remove unused typedefs.


=== ZODB3/Persistence/cPersistence.h 1.25.122.2 => 1.25.122.3 ===
--- ZODB3/Persistence/cPersistence.h:1.25.122.2	Thu Jul  3 17:07:44 2003
+++ ZODB3/Persistence/cPersistence.h	Thu Jul  3 17:08:15 2003
@@ -52,8 +52,6 @@
     cPersistent_HEAD
 } cPersistentObject;
 
-typedef int (*persetattr)(PyObject *, PyObject*, PyObject *, setattrofunc);
-typedef PyObject *(*pergetattr)(PyObject *, PyObject*, char *, getattrofunc);
 typedef int (*percachedelfunc)(PerCache *, PyObject *);
 
 typedef struct {




More information about the Zodb-checkins mailing list