]> git.sur5r.net Git - openldap/commitdiff
minor cleanup
authorKurt Zeilenga <kurt@openldap.org>
Thu, 13 Mar 2003 04:16:18 +0000 (04:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 13 Mar 2003 04:16:18 +0000 (04:16 +0000)
servers/slapd/back-bdb/delete.c

index 6d8273ba27e88845e28bb8fd1f3523247235d0d0..c97bd6bb42c0d1a356fdac4e295c97071b64d146 100644 (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,