Skip to content

Commit 5ca7945

Browse files
author
Sidney Douw
committed
remove depthfirst traversal todo
1 parent e153340 commit 5ca7945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-index/src/init.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ impl State {
2121
let root = find(tree, &mut buf).expect("couldn't find a tree for given oid");
2222
let state = breadthfirst::State::default();
2323
let mut delegate = EntryBuilder::new();
24-
// TODO: depthfirst traversal
2524
breadthfirst(root, state, &mut find, &mut delegate)?;
2625

2726
Ok(State {

0 commit comments

Comments
 (0)