Skip to content

Commit

Permalink
feat: remove unused visited nodes from searchResult
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Nov 21, 2024
1 parent a0e273f commit a50c7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ type searchResult struct {
pp *node
ppp *node
path string
visited []*node
charsMatched int
charsMatchedInNodeFound int
depth uint32
Expand Down

0 comments on commit a50c7dc

Please sign in to comment.