summaryrefslogtreecommitdiffstats
path: root/application/controllers/GearmanController.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-07-27 12:43:05 +0200
committerBjörn Geiger2011-07-27 12:43:05 +0200
commit0d20f2720929e03bbbc37d2865b6a4b15d0da140 (patch)
treec102c28c61f4c56a3c9842b442a18b321688b290 /application/controllers/GearmanController.php
parentminor (diff)
downloadpoolctrl-0d20f2720929e03bbbc37d2865b6a4b15d0da140.tar.gz
poolctrl-0d20f2720929e03bbbc37d2865b6a4b15d0da140.tar.xz
poolctrl-0d20f2720929e03bbbc37d2865b6a4b15d0da140.zip
minor
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())
{