Remove developer's assert

This commit is contained in:
Kurt Zeilenga 2006-03-07 21:48:25 +00:00
parent 8788a2af36
commit 4a87798893

View file

@ -151,7 +151,6 @@ int txn_end_extop(
}
tag = ber_peek_tag( ber, &len );
assert( tag == LBER_BOOLEAN );
if( tag == LBER_BOOLEAN ) {
tag = ber_scanf( ber, "b", &commit );
if( tag == LBER_ERROR ) {