s3:idmap: remove unused definition of idmap_alloc_methods.
authorMichael Adam <obnox@samba.org>
Mon, 31 May 2010 09:56:55 +0000 (11:56 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:40 +0000 (02:10 +0200)
Allocation is now completely handled in the allocating backends.

source3/include/idmap.h

index 99d8f63a2ce34b30944a058d064beb74279b9e34..b1598208b26c9c8b783924d8f7c6dc7448fd5a8f 100644 (file)
@@ -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_ */