diff --git a/lib/log/record.js b/lib/log/record.js index 5256f6d..d76f472 100644 --- a/lib/log/record.js +++ b/lib/log/record.js @@ -63,11 +63,6 @@ function isEmpty(blockBuf, offsetInBlock) { ) } -// const EOB = { -// SIZE: Record.HEADER_SIZE, -// asNumber: 0, -// } - /** * The "End of Block" is a special field 4-bytes-long used to mark the end of a * block, and in practice it's like a Record header "dataLength" and