From 56d7e876499bdab17f073066a97062241b36556c Mon Sep 17 00:00:00 2001 From: Arne Stabenau <stabenau@sanger.ac.uk> Date: Tue, 29 Oct 2002 16:46:37 +0000 Subject: [PATCH] Species object removed --- modules/Bio/EnsEMBL/Chromosome.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Chromosome.pm b/modules/Bio/EnsEMBL/Chromosome.pm index d6c5cdc655..8dd2af2744 100755 --- a/modules/Bio/EnsEMBL/Chromosome.pm +++ b/modules/Bio/EnsEMBL/Chromosome.pm @@ -46,7 +46,6 @@ package Bio::EnsEMBL::Chromosome; use vars qw(@ISA); use strict; use Bio::EnsEMBL::Root; -use Bio::EnsEMBL::Species; @ISA = qw( Bio::EnsEMBL::Root ); -- GitLab