ctdb-includes: Remove unused idtree.h
authorMartin Schwenke <martin@meltin.net>
Wed, 8 Oct 2014 09:54:22 +0000 (20:54 +1100)
committerAmitay Isaacs <amitay@samba.org>
Fri, 31 Oct 2014 00:26:04 +0000 (01:26 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/include/internal/idtree.h [deleted file]

diff --git a/ctdb/include/internal/idtree.h b/ctdb/include/internal/idtree.h
deleted file mode 100644 (file)
index d60817a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef IDTREE_H
-#define IDTREE_H
-
-struct idr_context *idr_init(TALLOC_CTX *mem_ctx);
-int idr_get_new(struct idr_context *idp, void *ptr, int limit);
-int idr_get_new_above(struct idr_context *idp, void *ptr, int starting_id, int limit);
-int idr_get_new_random(struct idr_context *idp, void *ptr, int limit);
-void *idr_find(struct idr_context *idp, int id);
-int idr_remove(struct idr_context *idp, int id);
-
-#endif /* IDTREE_H */