From 2f527613c2d31bc7344808aa2dd282e1a68e3aac Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 10 Nov 2023 14:40:25 +0200 Subject: [PATCH] refactor: cleanup dead code --- lib/log/record.js | 5 ----- 1 file changed, 5 deletions(-) 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