From b0615e475786faba1146949d5414518a0c2d05cf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jun 2010 09:47:27 +0200 Subject: [PATCH] s3:idmap_tdb: remove unused struct idmap_tdb_state. --- source3/winbindd/idmap_tdb.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 45b05a2cd51..5b040542d95 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -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; -- 2.34.1