From 388460b0c18a983d663ec24911a73815109a7fd5 Mon Sep 17 00:00:00 2001 From: Eugene Kulesha <ek@ebi.ac.uk> Date: Fri, 1 Oct 2010 16:33:51 +0000 Subject: [PATCH] indeed it was not needed --- modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm index 699689c799..1133a06a56 100644 --- a/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm @@ -1558,12 +1558,6 @@ sub _objs_from_sth { } $slice = $dest_slice; - } else { - ## EG BUG: FIXME - # $slice = - # $sa->fetch_by_seq_region_id( $seq_region_id, $seq_region_start, - # $seq_region_end, $seq_region_strand - # ); } my $display_xref; -- GitLab