]> git.meshlink.io Git - meshlink/blobdiff - src/edge.h
Move edge_weight_tree to mesh->edges.
[meshlink] / src / edge.h
index 77f761dccea42df63a15faa5ac3d17cec68af170..75d4f94ec37df0e13c739c374e748447259dfe7d 100644 (file)
@@ -37,8 +37,6 @@ typedef struct edge_t {
        struct edge_t *reverse;                 /* edge in the opposite direction, if available */
 } edge_t;
 
-extern struct splay_tree_t *edge_weight_tree;          /* Tree with all known edges sorted on weight */
-
 extern void init_edges(void);
 extern void exit_edges(void);
 extern edge_t *new_edge(void) __attribute__ ((__malloc__));