mirror of https://github.com/aria2/aria2
Removed unused variables
parent
77a4ee4de0
commit
c8565360b0
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue