]> git.sur5r.net Git - openldap/commitdiff
ITS #2766 (remove slap_syncrepl_bvc & slap_syncrepl_cn_bvc from proto-slap.h)
authorJong Hyuk Choi <jongchoi@openldap.org>
Tue, 14 Oct 2003 20:40:44 +0000 (20:40 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Tue, 14 Oct 2003 20:40:44 +0000 (20:40 +0000)
servers/slapd/proto-slap.h

index 9664030f911420d509793db7beed4242c69024da..b46aad30858df1aca202b6b9bd6d8cdb63b1ccc9 100644 (file)
@@ -1175,9 +1175,6 @@ LDAP_SLAPD_F (int) do_extended LDAP_P((Operation *op, SlapReply *rs));
  * syncrepl.c
  */
 
-LDAP_SLAPD_V( const struct berval ) slap_syncrepl_bvc;
-LDAP_SLAPD_V( const struct berval ) slap_syncrepl_cn_bvc;
-
 LDAP_SLAPD_V (struct runqueue_s) syncrepl_rq;
 
 LDAP_SLAPD_F (void) init_syncrepl LDAP_P(());