From 1157887c3bd444a509ec86c93a8d11127922d221 Mon Sep 17 00:00:00 2001
From: Matthieu Muffato <muffato@ebi.ac.uk>
Date: Wed, 21 May 2014 02:45:45 +0100
Subject: [PATCH] The "worker" parameter is not used

---
 modules/Bio/EnsEMBL/Hive/Process.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Hive/Process.pm b/modules/Bio/EnsEMBL/Hive/Process.pm
index be9ef064a..1b9560e4a 100644
--- a/modules/Bio/EnsEMBL/Hive/Process.pm
+++ b/modules/Bio/EnsEMBL/Hive/Process.pm
@@ -114,7 +114,7 @@ sub new {
 
 
 sub life_cycle {
-    my ($self, $worker) = @_;
+    my ($self) = @_;
 
     my $job = $self->input_job();
     my $partial_stopwatch = Bio::EnsEMBL::Hive::Utils::Stopwatch->new();
-- 
GitLab