mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
remove unused variables
This commit is contained in:
parent
e8e7847175
commit
b0d1a52975
1 changed files with 0 additions and 5 deletions
|
|
@ -70,10 +70,6 @@ filter_matched_values(
|
|||
)
|
||||
{
|
||||
ValuesReturnFilter *f;
|
||||
Attribute *a;
|
||||
struct berval *bv;
|
||||
char filter_found;
|
||||
int i, j;
|
||||
int rc = LDAP_SUCCESS;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
@ -211,7 +207,6 @@ test_ava_vrFilter(
|
|||
char ***e_flags
|
||||
)
|
||||
{
|
||||
int rc;
|
||||
int i, j;
|
||||
Attribute *a;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue