[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py removed unused local variable
Andreas Jung
andreas at andreas-jung.com
Sun Oct 26 11:08:37 EDT 2008
Log message for revision 92596:
removed unused local variable
Changed:
U Zope/trunk/lib/python/Products/ZCatalog/Catalog.py
-=-
Modified: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/Catalog.py 2008-10-26 15:02:32 UTC (rev 92595)
+++ Zope/trunk/lib/python/Products/ZCatalog/Catalog.py 2008-10-26 15:08:37 UTC (rev 92596)
@@ -332,7 +332,6 @@
if idxs is None:
idxs = []
- data = self.data
index = self.uids.get(uid, None)
if index is None: # we are inserting new data
More information about the Zope-Checkins
mailing list