Skip to content

Commit

Permalink
array already initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Jan 25, 2025
1 parent 5af77d8 commit fc4267c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tax.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ auto tax_split(int seqno, int * level_start, int * level_len) -> void
t strain
*/
static constexpr auto length_of_attribute_name = 4; // "tax=" -> 4 letters

for (auto i = 0; i < tax_levels; ++i)
{
level_start[i] = 0;
level_len[i] = 0;
}

auto tax_start = 0;
auto tax_end = 0;
auto const * const header = db_getheader(seqno);
Expand Down

0 comments on commit fc4267c

Please sign in to comment.