]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cbtree.h
refs: print error message in debug output
[thirdparty/git.git] / cbtree.h
index dedbb8e2a459c1a704ce9198ca44c13c24a25251..0be14fb7ee4276dff338eb27b35c68973dd2c4b2 100644 (file)
--- a/cbtree.h
+++ b/cbtree.h
@@ -47,7 +47,6 @@ static inline void cb_init(struct cb_tree *t)
 
 struct cb_node *cb_lookup(struct cb_tree *, const uint8_t *k, size_t klen);
 struct cb_node *cb_insert(struct cb_tree *, struct cb_node *, size_t klen);
-struct cb_node *cb_unlink(struct cb_tree *t, const uint8_t *k, size_t klen);
 
 typedef enum cb_next (*cb_iter)(struct cb_node *, void *arg);