From 46f4b01d15557d6cc9c3372b750102e6a94c44b7 Mon Sep 17 00:00:00 2001 From: Web Admin <w3adm@sanger.ac.uk> Date: Tue, 13 Jan 2004 12:56:17 +0000 Subject: [PATCH] remove extra length function --- modules/Bio/EnsEMBL/Translation.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/Bio/EnsEMBL/Translation.pm b/modules/Bio/EnsEMBL/Translation.pm index a4d3007bc3..15a983a6a1 100755 --- a/modules/Bio/EnsEMBL/Translation.pm +++ b/modules/Bio/EnsEMBL/Translation.pm @@ -451,7 +451,7 @@ sub display_id { =cut -sub seq_length { +sub length { my $self = shift; my $seq = $self->seq(); @@ -546,9 +546,5 @@ sub get_all_DASFeatures{ return \%das_features; } -sub length { - my $self = shift; - return 1 ; -} 1; -- GitLab