aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-28 14:50:38 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-28 14:50:38 -0700
commit3ef4582ce52d89a7ac576b0f0c517773112a171c (patch)
tree37454fd6af68898e4dc78c6998b75fa526672464 /include
parent9fd30c9e0ec9c5716b8cb7b8896318178d4b08bd (diff)
fix: moved nnodes into a property of node
Diffstat (limited to 'include')
-rw-r--r--include/libbio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbio.h b/include/libbio.h
index 9ce96b5..5d6f6f8 100644
--- a/include/libbio.h
+++ b/include/libbio.h
@@ -20,7 +20,6 @@ typedef struct bio·Tree
{
bio·Node *root;
int nleaf;
- int nnode;
} bio·Tree;
// clade functions