Skip to content

Commit

Permalink
Delete unused static const
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Melentyev committed Aug 19, 2021
1 parent a46dee3 commit 2f709e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ func countParams(path string) uint16 {
type nodeType uint8

const (
static nodeType = iota // default
root
root nodeType = iota + 1
param
catchAll
)
Expand Down

0 comments on commit 2f709e3

Please sign in to comment.