Skip to content

Commit

Permalink
wrong comment, remnant of an old code path
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Oct 13, 2024
1 parent 1b547e2 commit c03b9ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ func idxToPfx(idx uint) (octet byte, pfxLen int) {
// octet = (idx & (0xFF >> (8 - pfxLen))) << (8 - pfxLen)
// return octet, pfxLen
// }
//
// All values are written as decimals, so no hassle
// with different byte order for little- or big-endian.
var baseIdxLookupTbl = [512]struct {
octet byte
bits int8
Expand Down

0 comments on commit c03b9ba

Please sign in to comment.