Skip to content

Commit

Permalink
Bio::RangeI is redundant because Bio::SeqFeatureI and Bio::LocationI …
Browse files Browse the repository at this point in the history
…already inherit from Bio::RangeI
  • Loading branch information
fangly committed Mar 2, 2012
1 parent 614ddb8 commit d314c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/SeqFeature/Lite.pm
Expand Up @@ -128,7 +128,7 @@ An alias for sub_SeqFeature() (you don't want to know why!)

use strict;

use base qw(Bio::Root::Root Bio::SeqFeatureI Bio::LocationI Bio::SeqI Bio::RangeI);
use base qw(Bio::Root::Root Bio::SeqFeatureI Bio::LocationI Bio::SeqI);

*stop = \&end;
*info = \&name;
Expand Down

0 comments on commit d314c5e

Please sign in to comment.