aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2012-06-14 21:01:59 -0600
committerZach Prezkuta <fermion@gmx.com>2012-07-05 14:26:42 -0600
commit20c4ecbcd9ba6d15cd88dab9f9526572e4c3b123 (patch)
tree030da613ef814f13cc89f0000551dd3717b44e21 /include
parent168ae40dd25ee827e9bcb01e27e52c0e203c21d6 (diff)
downloadvolse-hubzilla-20c4ecbcd9ba6d15cd88dab9f9526572e4c3b123.tar.gz
volse-hubzilla-20c4ecbcd9ba6d15cd88dab9f9526572e4c3b123.tar.bz2
volse-hubzilla-20c4ecbcd9ba6d15cd88dab9f9526572e4c3b123.zip
cleanup obsolete comments
Diffstat (limited to 'include')
-rw-r--r--include/lock.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lock.php b/include/lock.php
index be6130e1d..6d7bf6055 100644
--- a/include/lock.php
+++ b/include/lock.php
@@ -2,8 +2,6 @@
// Provide some ability to lock a PHP function so that multiple processes
// can't run the function concurrently
-// The function must have a line inserted into the 'lock' table with the
-// function's name in the 'name' field
if(! function_exists('lock_function')) {
function lock_function($fn_name, $block = true, $wait_sec = 2) {
if( $wait_sec == 0 )