Removed unused variables

pull/38/head
Tatsuhiro Tsujikawa 2012-12-17 00:43:13 +09:00
parent 77a4ee4de0
commit c8565360b0
1 changed files with 0 additions and 1 deletions

View File

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