Skip to content

Commit

Permalink
Remove extra iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 23, 2024
1 parent 166d855 commit c13a6ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/branch_sequences.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@ void generate_branch_sequences(newick_node *node, FILE *vcf_file_pointer,int * s
free(branch_snp_sequence);
free(branch_snp_ancestor_sequence);
free(branches_snp_sites);

child_counter++;


}

// Deallocate memory for each string in child_sequences
Expand Down

0 comments on commit c13a6ba

Please sign in to comment.