s3:g_lock: remove an unreached code path.
[amitay/samba.git] / source3 / lib / g_lock.c
index 6508b3995b02c48c9d5b805969d4bb84f1c80288..0eae3f2131ec551a2da2251cb8de9b21e4d5000c 100644 (file)
@@ -309,10 +309,6 @@ again:
                goto done;
        }
 
-       if (retry) {
-               goto again;
-       }
-
        DEBUG(10, ("g_lock_trylock: Did not get lock, waiting...\n"));
 
        if (te == NULL) {