[Zope-CVS] CVS: Products/FileCacheManager - FileCacheManager.py:1.18
    Chris McDonough 
    chrism at plope.com
       
    Sun Aug 29 16:52:23 EDT 2004
    
    
  
Update of /cvs-repository/Products/FileCacheManager
In directory cvs.zope.org:/tmp/cvs-serv20786
Modified Files:
	FileCacheManager.py 
Log Message:
Remove unused assignment.
=== Products/FileCacheManager/FileCacheManager.py 1.17 => 1.18 ===
--- Products/FileCacheManager/FileCacheManager.py:1.17	Sun Aug 29 16:50:30 2004
+++ Products/FileCacheManager/FileCacheManager.py	Sun Aug 29 16:52:23 2004
@@ -64,7 +64,6 @@
         """
         Reports on the contents of the cache.
         """
-        rval = []
         cache = self.ZCacheManager_getCache()
         return cache.values()
     
    
    
More information about the Zope-CVS
mailing list