]> git.sur5r.net Git - openldap/commitdiff
Delete unused CANON_BUF_SIZE #define
authorHoward Chu <hyc@openldap.org>
Tue, 7 May 2002 23:29:19 +0000 (23:29 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 7 May 2002 23:29:19 +0000 (23:29 +0000)
servers/slapd/sasl.c

index b6023810e30ba191ea0fc2f1ea574afff7205dff..c239f8d34621b78e2ce57060781b15016389090e 100644 (file)
@@ -554,8 +554,6 @@ slap_sasl_canonicalize(
        return SASL_OK;
 }
 
-#define        CANON_BUF_SIZE  256     /* from saslint.h */
-
 static int
 slap_sasl_authorize(
        sasl_conn_t *sconn,