From 20c4ecbcd9ba6d15cd88dab9f9526572e4c3b123 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Thu, 14 Jun 2012 21:01:59 -0600 Subject: [PATCH] cleanup obsolete comments --- include/lock.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/lock.php b/include/lock.php index be6130e1d0..6d7bf60555 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 )