summaryrefslogtreecommitdiffstats
path: root/application/controllers/GearmanController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/GearmanController.php')
-rw-r--r--application/controllers/GearmanController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/GearmanController.php b/application/controllers/GearmanController.php
index 1a6ddeb..b78fbaf 100644
--- a/application/controllers/GearmanController.php
+++ b/application/controllers/GearmanController.php
@@ -120,7 +120,6 @@ class GearmanController extends Zend_Controller_Action
);
$ipString = json_encode($clients);
- $id = 1;
$result = $this->gearmanClient->do("boot", $ipString, 'boot' . $eventName);
if (! $this->gearmanClient->runTasks())
{