Remove lint

This commit is contained in:
Kurt Zeilenga 2000-07-21 21:56:33 +00:00
parent aea3e930d6
commit 19324c4292
2 changed files with 1 additions and 7 deletions

View file

@ -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;

View file

@ -73,7 +73,6 @@ main( int argc, char **argv )
}
}
done:
(void) be->be_entry_close( be );
slap_tool_destroy();