From 8aec437c2314758dfaedef190ecaf74245cfc9e7 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 24 Sep 2015 23:02:41 -0700 Subject: remove redundant code --- include/notifier.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/notifier.php') diff --git a/include/notifier.php b/include/notifier.php index 4ce0c7c9f..3b29229cf 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -675,14 +675,8 @@ function notifier_run($argv, $argc){ ); } } - $deliveries[] = $hash; - if(count($deliver) >= $deliveries_per_process) { - proc_run('php','include/deliver.php',$deliver); - $deliver = array(); - if($interval) - @time_sleep_until(microtime(true) + (float) $interval); - } + $deliveries[] = $hash; } if($normal_mode) { -- cgit v1.2.3