remove stale comments

This commit is contained in:
Simon Willnauer 2016-01-05 15:48:35 +01:00
parent 2370ace922
commit 469a179ab1
1 changed files with 0 additions and 3 deletions

View File

@ -146,9 +146,6 @@ public class TranslogWriter extends TranslogReader {
outputStream.flush();
offsetToSync = totalOffset;
opsCounter = operationCounter;
// we can do this outside of the write lock but we have to protect from
// concurrent syncs
ensureOpen(); // just for kicks - the checkpoint happens or not either way
try {
checkpoint(offsetToSync, opsCounter, channelReference);
} catch (Throwable ex) {