diff options
author | Michael Adam <obnox@samba.org> | 2010-06-17 09:47:27 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:51 +0200 |
commit | b0615e475786faba1146949d5414518a0c2d05cf (patch) | |
tree | bb5eebd3346c55b8f7480426455b1dc6dc39d962 | |
parent | 28535349bd321fbaad8c8cdcdcbf5a1a95b18c96 (diff) | |
download | samba-b0615e475786faba1146949d5414518a0c2d05cf.tar.gz samba-b0615e475786faba1146949d5414518a0c2d05cf.tar.bz2 samba-b0615e475786faba1146949d5414518a0c2d05cf.zip |
s3:idmap_tdb: remove unused struct idmap_tdb_state.
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 45b05a2cd5..5b040542d9 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; |