Prepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT

This commit is contained in:
Kurt Zeilenga 2000-06-06 04:49:19 +00:00
parent a5ee438c93
commit 3e9868b4ec
2 changed files with 1 additions and 7 deletions

View File

@ -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,

View File

@ -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,