[Zodb-checkins] SVN: ZODB/trunk/src/persistent/cPersistence.c Duplicate definition removed

Dmitry Vasiliev dima at hlabs.spb.ru
Thu Oct 14 06:12:30 EDT 2004


Log message for revision 28151:
  Duplicate definition removed
  

Changed:
  U   ZODB/trunk/src/persistent/cPersistence.c

-=-
Modified: ZODB/trunk/src/persistent/cPersistence.c
===================================================================
--- ZODB/trunk/src/persistent/cPersistence.c	2004-10-14 09:39:28 UTC (rev 28150)
+++ ZODB/trunk/src/persistent/cPersistence.c	2004-10-14 10:12:22 UTC (rev 28151)
@@ -30,7 +30,6 @@
 static PyObject *py_keys, *py_setstate, *py___dict__, *py_timeTime;
 static PyObject *py__p_changed, *py__p_deactivate;
 static PyObject *py___getattr__, *py___setattr__, *py___delattr__;
-static PyObject *py___getstate__;
 static PyObject *py___slotnames__, *copy_reg_slotnames, *__newobj__;
 static PyObject *py___getnewargs__, *py___getstate__;
 
@@ -50,7 +49,6 @@
     INIT_STRING(__getattr__);
     INIT_STRING(__setattr__);
     INIT_STRING(__delattr__);
-    INIT_STRING(__getstate__);
     INIT_STRING(__slotnames__);
     INIT_STRING(__getnewargs__);
     INIT_STRING(__getstate__);



More information about the Zodb-checkins mailing list