mirror of https://codeberg.org/pzp/pzp-db.git
refactor: cleanup dead code
This commit is contained in:
parent
153e75da8e
commit
2f527613c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue