From 6f384ea9ff10ee643f6c0d9ee4c96724a14dc259 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Sat, 28 Feb 2015 23:25:37 -0600 Subject: [PATCH] remove pasto --- Bio/DB/Taxonomy/sqlite.pm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Bio/DB/Taxonomy/sqlite.pm b/Bio/DB/Taxonomy/sqlite.pm index 32611b56b..417b9202c 100644 --- a/Bio/DB/Taxonomy/sqlite.pm +++ b/Bio/DB/Taxonomy/sqlite.pm @@ -425,10 +425,6 @@ sub db_name { =cut -# TODO: this may need some disambiguation w/ index_directory above; for now we -# assume this doesn't have a full path name (though I see no reason why this -# shouldn't allow that) - sub cache_size { my $self = shift; return $self->{'cache_size'} = shift if defined($_[0]); @@ -482,7 +478,7 @@ SQL } $dbh->do("COMMIT"); - # TODO:index parent_id + # TODO:index parent_id? close $NODES; $self->debug("Loading name table data\n"); @@ -585,13 +581,7 @@ SCHEMA sub DESTROY { my $self = shift; - undef $self->{dbh}; - - #my $default_temp = quotemeta $DEFAULT_INDEX_DIR; - #if ($self->{index_directory} =~ m/^$default_temp/) { - # unlink catfile($self->index_directory(),$self->db_name()); - #} } 1; -- 2.11.4.GIT