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>
Wed, 23 Jun 2010 10:22:15 +0000 (12:22 +0200)
source3/winbindd/idmap_tdb.c

index 4fc54590b7a721c01b7606fc9923042fe6eadd0a..e3b875c7581c03b006d7bc0dfc606c4ec721bba7 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;