mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Remove lint
This commit is contained in:
parent
aea3e930d6
commit
19324c4292
2 changed files with 1 additions and 7 deletions
|
|
@ -34,11 +34,6 @@
|
|||
|
||||
#include "lber-int.h"
|
||||
|
||||
static ber_slen_t BerRead LDAP_P((
|
||||
Sockbuf *sb,
|
||||
char *buf,
|
||||
ber_len_t len ));
|
||||
|
||||
#define EXBUFSIZ 1024
|
||||
|
||||
/* probably far too large... */
|
||||
|
|
@ -52,7 +47,7 @@ static ber_slen_t BerRead LDAP_P((
|
|||
static ber_slen_t
|
||||
BerRead(
|
||||
Sockbuf *sb,
|
||||
char *buf,
|
||||
unsigned char *buf,
|
||||
ber_len_t len )
|
||||
{
|
||||
ber_slen_t c;
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ main( int argc, char **argv )
|
|||
}
|
||||
}
|
||||
|
||||
done:
|
||||
(void) be->be_entry_close( be );
|
||||
|
||||
slap_tool_destroy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue