diff options
author | Volker Lendecke <vl@samba.org> | 2010-03-28 14:32:47 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-03-28 15:25:17 +0200 |
commit | cae4105c9232c4d11a13fe21c139b99e803a0282 (patch) | |
tree | 4703aea0c053888c4cafd499910de795fe40f5b7 /source3/include | |
parent | 59d09cbed8e6fde867b88dce4408b64132e4ca6d (diff) | |
download | samba-cae4105c9232c4d11a13fe21c139b99e803a0282.tar.gz samba-cae4105c9232c4d11a13fe21c139b99e803a0282.tar.bz2 samba-cae4105c9232c4d11a13fe21c139b99e803a0282.zip |
s3: Remove unused bitmap_[allocate|free]
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |