Skip to content

Commit

Permalink
Lint: remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Mar 7, 2024
1 parent 80cd674 commit dbfe5e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions table.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ var (
ErrTableNotFound = errors.New("table not found")
)

var tableSep = []byte{0, 0}

// Len returns length of the structured part of the table.
func (t *Table) Len() int {
return len(t.Data) + headerLen
Expand Down

0 comments on commit dbfe5e1

Please sign in to comment.