Removing old TODO

This commit is contained in:
Jason Fulghum
2023-12-07 16:40:23 -08:00
parent b9f8ededfc
commit 7afabd4d62
-1
View File
@@ -406,7 +406,6 @@ func (j *ChunkJournal) UpdateGCGen(ctx context.Context, lastLock addr, next mani
// Truncate the in-memory root and root timestamp metadata
if !reflogDisabled {
j.reflogRingBuffer.Truncate()
// TODO: sanity check that j.reflogRingBuffer.Peek matches latest.root ?
}
return latest, nil