summaryrefslogtreecommitdiff
path: root/includes/lock.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-24 19:59:32 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-24 19:59:32 +0000
commit72793f7c7aa11919f2036af0438a2764048b3c5f (patch)
treefc5c0896f255bcbd7df123a87ff1e95cef8850da /includes/lock.inc
parent347a5abc1984a64094d92076e2a7c871b9a2fa55 (diff)
downloadbrdo-72793f7c7aa11919f2036af0438a2764048b3c5f.tar.gz
brdo-72793f7c7aa11919f2036af0438a2764048b3c5f.tar.bz2
- Patch #719500 by jhodgdon: removed duplicate text in documentation.
Diffstat (limited to 'includes/lock.inc')
-rw-r--r--includes/lock.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/lock.inc b/includes/lock.inc
index 3b649a050..5d24216d4 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