Remove assert(0)

This commit is contained in:
Kurt Zeilenga 2001-07-28 01:06:06 +00:00
parent e3caeb2264
commit 279ef73485

View File

@ -201,7 +201,6 @@ void slap_mods_free( Modifications *ml )
int add_replica_info( Backend *be, const char *host )
{
assert(0);
return 0;
}