Page MenuHomeFreeBSD

D47277.diff
No OneTemporary

D47277.diff

diff --git a/sys/sys/pctrie.h b/sys/sys/pctrie.h
--- a/sys/sys/pctrie.h
+++ b/sys/sys/pctrie.h
@@ -147,8 +147,6 @@
*found_out = NULL; \
return (ENOMEM); \
} \
- if (neighbor == parentp) \
- neighbor = parent; \
pctrie_insert_node(parentp, parent, val); \
} \
found = pctrie_subtree_lookup_gt(neighbor, *val); \
@@ -178,8 +176,6 @@
*found_out = NULL; \
return (ENOMEM); \
} \
- if (neighbor == parentp) \
- neighbor = parent; \
pctrie_insert_node(parentp, parent, val); \
} \
found = pctrie_subtree_lookup_lt(neighbor, *val); \

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 28, 11:23 AM (22 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14342114
Default Alt Text
D47277.diff (624 B)

Event Timeline