Skip to content

Commit

Permalink
Delete unused static const (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamelentyev committed Aug 20, 2021
1 parent a46dee3 commit f3a6b69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tree.go
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 f3a6b69

Please sign in to comment.