diff options
Diffstat (limited to 'ldap/servers/slapd/index_subsystem.c')
-rw-r--r-- | ldap/servers/slapd/index_subsystem.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ldap/servers/slapd/index_subsystem.c b/ldap/servers/slapd/index_subsystem.c index 890e6c85..a1e05156 100644 --- a/ldap/servers/slapd/index_subsystem.c +++ b/ldap/servers/slapd/index_subsystem.c @@ -611,8 +611,6 @@ static int index_subsys_group_decoders(Slapi_Filter *flist) /* indicates we found an existing targetf */ int assigned = 0; - struct slapi_filter *f_last = 0; /* previos filter in list */ - /* something to join with next compatible * subfilter we find - this will be the * first occurence of a filter assigned @@ -768,8 +766,6 @@ static int index_subsys_group_decoders(Slapi_Filter *flist) break; } } - - f_last = f; } /* iterate through the main list |