Remove #if 0 code

This commit is contained in:
Kurt Zeilenga 2002-08-16 18:58:39 +00:00
parent 05348c5fc5
commit 6e02fe2e8a

View File

@ -286,9 +286,6 @@ static void slap_sasl_rx_exp(
static int slap_sasl_regexp( struct berval *in, struct berval *out )
{
char *saslname = in->bv_val;
#if 0
char *scope[] = { "base", "one", "sub" };
#endif
SaslRegexp_t *reg;
int i;