revert changes causing wrong data

This commit is contained in:
Chris Lu
2020-10-24 20:07:19 -07:00
parent 9104cfa744
commit 79690b9cd8
2 changed files with 18 additions and 55 deletions

View File

@@ -95,8 +95,6 @@ func (pages *ContinuousDirtyPages) saveExistingLargestPageToStorage() (hasSavedD
pages.saveToStorage(maxList.ToReader(), maxList.Offset(), chunkSize)
maxList.Destroy()
return true
}