Skip to content
Snippets Groups Projects
Commit 45d74c67 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cleanup

parent 926b2cf0
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,6 @@ static int get_simple_vrFilter(
ValuesReturnFilter **f,
const char **text );
#define XXX 1
int
get_filter(
Connection *conn,
......@@ -243,9 +241,7 @@ get_filter(
break;
}
#ifdef XXX
assert( f.f_not != NULL );
#endif
break;
case LDAP_FILTER_EXT:
......@@ -261,9 +257,7 @@ get_filter(
break;
}
#ifdef XXX
assert( f.f_mra != NULL );
#endif
break;
default:
......
......@@ -17,8 +17,6 @@
#include "slap.h"
#include "../../libraries/liblber/lber-int.h"
static int
test_mra_vrFilter(
Operation *op,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment