minor cleanup

This commit is contained in:
Kurt Zeilenga 2003-03-13 04:16:18 +00:00
parent 30c5915460
commit e12aec25f4

View file

@ -384,8 +384,6 @@ retry: /* transaction retry */
case DB_LOCK_DEADLOCK:
case DB_LOCK_NOTGRANTED:
goto retry;
default:
;
}
#ifdef NEW_LOGGING
LDAP_LOG ( OPERATION, ERR,
@ -407,8 +405,6 @@ retry: /* transaction retry */
case DB_LOCK_DEADLOCK:
case DB_LOCK_NOTGRANTED:
goto retry;
default:
;
}
#ifdef NEW_LOGGING
LDAP_LOG ( OPERATION, ERR,
@ -431,8 +427,6 @@ retry: /* transaction retry */
case DB_LOCK_DEADLOCK:
case DB_LOCK_NOTGRANTED:
goto retry;
default:
;
}
#ifdef NEW_LOGGING
LDAP_LOG ( OPERATION, ERR,