Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295200
b: refs/heads/master
c: f42240d
h: refs/heads/master
v: v3
  • Loading branch information
Xiao Guangrong authored and Linus Torvalds committed Mar 23, 2012
1 parent 7d43e21 commit 8ab0d55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f43804bf5f9ae1e60077c5f22aee5fdfe4f09837
refs/heads/master: f42240d729b97a01e863b8c24177ec4e54885357
1 change: 0 additions & 1 deletion trunk/lib/prio_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ struct prio_tree_node *prio_tree_replace(struct prio_tree_root *root,
* We can reduce root->index_bits here. However, it is complex
* and does not help much to improve performance (IMO).
*/
node->parent = node;
root->prio_tree_node = node;
} else {
node->parent = old->parent;
Expand Down

0 comments on commit 8ab0d55

Please sign in to comment.