Explorar el Código

Removed unused variables

Tatsuhiro Tsujikawa hace 13 años
padre
commit
c8565360b0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/WrDiskCacheEntry.cc

+ 0 - 1
src/WrDiskCacheEntry.cc

@@ -76,7 +76,6 @@ void WrDiskCacheEntry::deleteDataCells()
 
 void WrDiskCacheEntry::writeToDisk()
 {
-  DataCellSet::iterator i = set_.begin(), eoi = set_.end();
   try {
     diskAdaptor_->writeCache(this);
   } catch(RecoverableException& e) {