From 87186024bfaa2470de85be19c41938fb4d432f54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu>
Date: Tue, 11 May 2010 09:30:20 +0000
Subject: [PATCH] #719500 by rvec, jhodgdon, senden: minor duplicated
 documentation in lock.inc

---
 includes/lock.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/includes/lock.inc b/includes/lock.inc
index a44c7e157955..7d486e3b8dbd 100644
--- a/includes/lock.inc
+++ b/includes/lock.inc
@@ -53,11 +53,6 @@
  * lock_acquire() and lock_wait() will automatically break (delete) a lock
  * whose duration has exceeded the timeout specified when it was acquired.
  *
- * A function that has acquired a lock may attempt to renew a lock (extend the
- * duration of the lock) by calling lock_acquire() again during the operation.
- * Failure to renew a lock is indicative that another request has acquired
- * the lock, and that the current operation may need to be aborted.
- *
  * Alternative implementations of this API (such as APC) may be substituted
  * by setting the 'lock_inc' variable to an alternate include filepath.  Since
  * this is an API intended to support alternative implementations, code using
-- 
GitLab