From 475ead7b215b7cf3f577efb679b712145a72a0db Mon Sep 17 00:00:00 2001 From: Jay Humphrey <jhumphre@ebi.ac.uk> Date: Tue, 26 Jun 2012 08:54:04 +0000 Subject: [PATCH] Remove early return line to enable previously unreachable code [re: EG ENSEMBL-1533] --- modules/Bio/EnsEMBL/CircularSlice.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/Bio/EnsEMBL/CircularSlice.pm b/modules/Bio/EnsEMBL/CircularSlice.pm index a0a4b3a608..5ee896a5be 100644 --- a/modules/Bio/EnsEMBL/CircularSlice.pm +++ b/modules/Bio/EnsEMBL/CircularSlice.pm @@ -2000,10 +2000,6 @@ sub get_all_Genes { $ga = $self->adaptor->db->get_GeneAdaptor(); } - return - $ga->fetch_all_by_Slice( $self, $logic_name, $load_transcripts, - $source, $biotype ); - ## circular BOF my $sl1 = Bio::EnsEMBL::CircularSlice->new( -- GitLab