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

Prepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT

parent a5ee438c
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,6 @@ attr_normalize( char *s )
return( ldap_pvt_str2lower( s ) );
}
#endif
/*
* attr_merge_fast - merge the given type and value with the list of
......@@ -129,9 +128,6 @@ attr_normalize( char *s )
* -1 trouble
*/
#ifdef SLAPD_SCHEMA_NOT_COMPAT
/* not used */
#else
int
attr_merge_fast(
Entry *e,
......
......@@ -51,9 +51,7 @@ value_add(
return LDAP_SUCCESS;
}
#ifdef SLAPD_SCHEMA_NOT_COMPAT
/* not used */
#else
#ifndef SLAPD_SCHEMA_NOT_COMPAT
int
value_add_fast(
struct berval ***vals,
......
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