X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=f6415a1d075f0191ff60abe819b9e567dbdd01d8;hb=528a8616e36ff08ddf1f9f16f748a272e48846be;hp=a341f2bb429a2adbec5369b4be44e66507fdbe1c;hpb=a7ef599e6bdd8730c5a949d4c1727c38d5b6ff9e;p=meshlink diff --git a/src/node.h b/src/node.h index a341f2bb..f6415a1d 100644 --- a/src/node.h +++ b/src/node.h @@ -88,8 +88,6 @@ typedef struct node_t { uint64_t out_bytes; } node_t; -extern struct splay_tree_t *node_tree; - extern void init_nodes(void); extern void exit_nodes(void); extern node_t *new_node(void) __attribute__ ((__malloc__));