From 7dd8339ca1d8cb8b44c128097f4ee4ee6f0b412f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:56:55 +0200 Subject: s3:idmap: remove unused definition of idmap_alloc_methods. Allocation is now completely handled in the allocating backends. --- source3/include/idmap.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source3/include/idmap.h') diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 99d8f63a2c..b1598208b2 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -57,15 +57,4 @@ struct idmap_methods { NTSTATUS (*close_fn)(struct idmap_domain *dom); }; -struct idmap_alloc_methods { - - /* Called when backend is first loaded */ - NTSTATUS (*init)(const char *compat_params); - - NTSTATUS (*allocate_id)(struct unixid *id); - - /* Called when backend is unloaded */ - NTSTATUS (*close_fn)(void); -}; - #endif /* _IDMAP_H_ */ -- cgit