Skip to content

Commit 5cadbd8

Browse files
committed
libdict/hb_tree.c: remove dead code
Signed-off-by: Jeff Squyres <[email protected]>
1 parent ead9a6b commit 5cadbd8

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

ompi/mca/coll/libnbc/libdict/hb_tree.c

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -53,30 +53,6 @@ static hb_node *node_max __P((hb_node *node));
5353
static hb_node *node_next __P((hb_node *node));
5454
static hb_node *node_prev __P((hb_node *node));
5555

56-
static dict *hb_dict_new __P((dict_cmp_func key_cmp, dict_del_func key_del,
57-
dict_del_func dat_del));
58-
static dict_itor *hb_dict_itor_new __P((hb_tree *tree));
59-
static void hb_itor_invalidate __P((hb_itor *itor));
60-
static int hb_itor_first __P((hb_itor *itor));
61-
static void *hb_itor_data __P((hb_itor *itor));
62-
static const void *hb_itor_cdata __P((const hb_itor *itor));
63-
static int hb_itor_last __P((hb_itor *itor));
64-
static int hb_itor_nextn __P((hb_itor *itor, unsigned count));
65-
static int hb_itor_prev __P((hb_itor *itor));
66-
static int hb_itor_prevn __P((hb_itor *itor, unsigned count));
67-
static int hb_itor_search __P((hb_itor *itor, const void *key));
68-
static int hb_itor_set_data __P((hb_itor *itor, void *dat, int del));
69-
static unsigned hb_tree_count __P((const hb_tree *tree));
70-
static void hb_tree_destroy __P((hb_tree *tree, int del));
71-
static void hb_tree_empty __P((hb_tree *tree, int del));
72-
static unsigned hb_tree_height __P((const hb_tree *tree));
73-
static const void *hb_tree_max __P((const hb_tree *tree));
74-
static unsigned hb_tree_mheight __P((const hb_tree *tree));
75-
static const void *hb_tree_min __P((const hb_tree *tree));
76-
static unsigned hb_tree_pathlen __P((const hb_tree *tree));
77-
static int hb_tree_probe __P((hb_tree *tree, void *key, void **dat));
78-
static void hb_tree_walk __P((hb_tree *tree, dict_vis_func visit));
79-
8056
hb_tree *
8157
ompi_coll_libnbc_hb_tree_new(dict_cmp_func key_cmp, dict_del_func key_del,
8258
dict_del_func dat_del)

0 commit comments

Comments
 (0)