mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Delete unused variable.
This commit is contained in:
parent
03c85cc68d
commit
2b70a083e6
@ -373,7 +373,6 @@ access_allowed_mask(
|
|||||||
const char *attr;
|
const char *attr;
|
||||||
int st_same_attr = 0;
|
int st_same_attr = 0;
|
||||||
static AccessControlState state_init = ACL_STATE_INIT;
|
static AccessControlState state_init = ACL_STATE_INIT;
|
||||||
BI_access_allowed *bi_access_allowed = NULL;
|
|
||||||
|
|
||||||
assert( e != NULL );
|
assert( e != NULL );
|
||||||
assert( desc != NULL );
|
assert( desc != NULL );
|
||||||
|
Loading…
Reference in New Issue
Block a user