From cae4105c9232c4d11a13fe21c139b99e803a0282 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 28 Mar 2010 14:32:47 +0200 Subject: s3: Remove unused bitmap_[allocate|free] --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 7cc211b05a..c270a1dd4e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -334,8 +334,6 @@ const char *audit_policy_str(TALLOC_CTX *mem_ctx, uint32 policy); /* The following definitions come from lib/bitmap.c */ -struct bitmap *bitmap_allocate(int n); -void bitmap_free(struct bitmap *bm); struct bitmap *bitmap_talloc(TALLOC_CTX *mem_ctx, int n); int bitmap_copy(struct bitmap * const dst, const struct bitmap * const src); bool bitmap_set(struct bitmap *bm, unsigned i); -- cgit