From 444d0b3b783e458a3a55ffa19209ae6e8c86efc2 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 10 May 2025 11:48:45 +0200 Subject: Remove the routing table rebuild --- src/routing.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/routing.h') diff --git a/src/routing.h b/src/routing.h index a6d1e84..2d53b80 100644 --- a/src/routing.h +++ b/src/routing.h @@ -39,7 +39,6 @@ extern int table_size; void routing_init(struct nodeid* myid); void routing_setid(struct nodeid *id); void routing_update_metrics(); -void routing_rebuild_table(); void routing_flush(); bool routing_interested(struct nodeid* id); bool routing_offer(struct nodeid* id, struct entry **dest); -- cgit v1.2.3