Skip to content

Commit

Permalink
Remove Node from 'use base', it's unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborne committed Feb 28, 2012
1 parent 68c9d58 commit 65fb72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tree/TreeFunctionsI.pm
Expand Up @@ -90,7 +90,7 @@ Internal methods are usually preceded with a _
package Bio::Tree::TreeFunctionsI;
use strict;

use base qw(Bio::Tree::TreeI Bio::Tree::Node);
use base qw(Bio::Tree::TreeI);

=head2 find_node
Expand Down

0 comments on commit 65fb72f

Please sign in to comment.