Log message for revision 30892:
  removed dead code: getIndexSourceNames was defined twice

Changed:
  UU  Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py

-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py      
2005-06-22 16:16:19 UTC (rev 30891)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py      
2005-06-22 16:16:57 UTC (rev 30892)
@@ -383,10 +383,6 @@
             return 0
 
     def getIndexSourceNames(self):
-        """ return name of indexed attributes """
-        return (self.id, )
-
-    def getIndexSourceNames(self):
         """ return sequence of indexed attributes """
         try:
             return self.indexed_attrs


Property changes on: 
Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
___________________________________________________________________
Name: cvs2svn:cvs-rev
   - 1.25

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to