Skip to content

Commit

Permalink
Remove extra private function
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 18, 2023
1 parent 2f994e3 commit 08b9ff9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ pub fn insert(tree: GbTree(k, v), key: k, value: v) -> GbTree(k, v) {
todo
}

fn do_insert(key: k, value: v, tree: GbTree(k, v)) -> GbTree(k, v) {
todo
}

pub fn delete(tree: GbTree(k, v), key: k) -> GbTree(k, v) {
todo
}

0 comments on commit 08b9ff9

Please sign in to comment.