summaryrefslogtreecommitdiff
path: root/src/routing.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-05-10 11:48:45 +0200
committerJesper Jensen <jesper@jnsn.dev>2025-05-10 11:48:45 +0200
commit444d0b3b783e458a3a55ffa19209ae6e8c86efc2 (patch)
tree446a0f79335da46150f1e82ab3080bf5e8ed94fc /src/routing.h
parentf93e2d4de6e8140276ce84d173bfb80acaf45830 (diff)
Remove the routing table rebuild
Diffstat (limited to 'src/routing.h')
-rw-r--r--src/routing.h1
1 files changed, 0 insertions, 1 deletions
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);