s3:idmap_tdb: remove unused struct idmap_tdb_state.
authorMichael Adam <obnox@samba.org>
Thu, 17 Jun 2010 07:47:27 +0000 (09:47 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:51 +0000 (02:10 +0200)
source3/winbindd/idmap_tdb.c

index 45b05a2cd51cbdc8f4de52e5272ae8319412b5fe..5b040542d95f09e56a9a749c2a1a7bf57d66f30f 100644 (file)
@@ -41,14 +41,6 @@ struct idmap_tdb_context {
 #define HWM_GROUP  "GROUP HWM"
 #define HWM_USER   "USER HWM"
 
-static struct idmap_tdb_state {
-
-       /* User and group id pool */
-       uid_t low_uid, high_uid;               /* Range of uids to allocate */
-       gid_t low_gid, high_gid;               /* Range of gids to allocate */
-
-} idmap_tdb_state;
-
 struct convert_fn_state {
        struct db_context *db;
        bool failed;