mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Remove #if 0 code
This commit is contained in:
parent
05348c5fc5
commit
6e02fe2e8a
1 changed files with 0 additions and 3 deletions
|
|
@ -286,9 +286,6 @@ static void slap_sasl_rx_exp(
|
||||||
static int slap_sasl_regexp( struct berval *in, struct berval *out )
|
static int slap_sasl_regexp( struct berval *in, struct berval *out )
|
||||||
{
|
{
|
||||||
char *saslname = in->bv_val;
|
char *saslname = in->bv_val;
|
||||||
#if 0
|
|
||||||
char *scope[] = { "base", "one", "sub" };
|
|
||||||
#endif
|
|
||||||
SaslRegexp_t *reg;
|
SaslRegexp_t *reg;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue