mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
Remove lint.
This commit is contained in:
parent
117d3275ac
commit
4c14412929
1 changed files with 0 additions and 4 deletions
|
|
@ -255,7 +255,6 @@ oc_create_required(
|
|||
)
|
||||
{
|
||||
char **attrs1;
|
||||
int nattrs;
|
||||
AttributeType *sat;
|
||||
AttributeType **satp;
|
||||
int i;
|
||||
|
|
@ -295,10 +294,7 @@ oc_create_allowed(
|
|||
)
|
||||
{
|
||||
char **attrs1;
|
||||
int nattrs;
|
||||
AttributeType *sat;
|
||||
AttributeType **satp;
|
||||
int i;
|
||||
|
||||
if ( attrs ) {
|
||||
attrs1 = attrs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue