Skip to content

Commit

Permalink
Remove node counter
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 18, 2024
1 parent 0c75025 commit 98a8854
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/branch_sequences.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
#include "gff_file.h"
#include "string_cat.h"

int node_counter = 0;


// Order is not preserved.
int copy_and_concat_integer_arrays(int * array_1, int array_1_size, int * array_2, int array_2_size, int * output_array)
{
Expand Down Expand Up @@ -312,7 +309,6 @@ char *generate_branch_sequences(newick_node *root, FILE *vcf_file_pointer,int *
int current_branch =0;
int branch_genome_size = 0;
int number_of_branch_snps=0;
root->current_node_id = ++node_counter;

if (root->childNum == 0)
{
Expand Down

0 comments on commit 98a8854

Please sign in to comment.