From 04e7024971f8ea5f030168a2daf62266d75c6216 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 31 Aug 2010 15:44:05 +0000
Subject: [PATCH] Remove unused variable in project(), spotted by Michael S.

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

diff --git a/modules/Bio/EnsEMBL/Slice.pm b/modules/Bio/EnsEMBL/Slice.pm
index a3f3f1c687..5d32179703 100644
--- a/modules/Bio/EnsEMBL/Slice.pm
+++ b/modules/Bio/EnsEMBL/Slice.pm
@@ -837,7 +837,7 @@ sub project {
     }
 
 
-    my $last_rank = 0;
+    # my $last_rank = 0;
     #construct a projection from the mapping results and return it
     foreach my $coord (@coords) {
       my $coord_start  = $coord->start();
-- 
GitLab