Skip to content

Commit

Permalink
delete unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Aug 17, 2022
1 parent 70babe7 commit 41991de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/inclusion/paths.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package inclusion

type path struct {
instructions []bool
row int
}

// genSubTreeRootPath calculates the path to a given subtree root of a node, given the
// depth and position of the node. note: the root of the tree is depth 0.
func genSubTreeRootPath(depth int, pos uint) []bool {
Expand Down

0 comments on commit 41991de

Please sign in to comment.