Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Oct 29, 2024
1 parent d3bfc9b commit 6ed8222
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/core/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ import (
"github.com/sourcenetwork/defradb/internal/encoding"
)

var (
// KeyMin is a minimum key value which sorts before all other keys.
KeyMin = []byte{}
// KeyMax is a maximum key value which sorts after all other keys.
KeyMax = []byte{0xff, 0xff}
)

// InstanceType is a type that represents the type of instance.
type InstanceType string

Expand Down

0 comments on commit 6ed8222

Please sign in to comment.