diff options
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 1423314375..e6d5bb4290 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -37,8 +37,6 @@ #define DBGC_CLASS DBGC_IDMAP struct idmap_tdb2_context { - uint32_t filter_low_id; - uint32_t filter_high_id; const char *script; /* script to provide idmaps */ }; |