refactor: cleanup dead code

This commit is contained in:
Andre Staltz 2023-11-10 14:40:25 +02:00
parent 153e75da8e
commit 2f527613c2
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 0 additions and 5 deletions

View File

@ -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