Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-09-20 08:19:43 +00:00
parent b59ab48407
commit 027196026b

9
mud.c
View File

@@ -562,15 +562,6 @@ mud_copy_port(struct sockaddr_storage *d, struct sockaddr_storage *s)
}
}
static void
mud_update_rate(struct mud *mud, struct mud_path *path, uint64_t rate)
{
if (!rate)
return;
path->rate_tx = rate;
}
static void
mud_reset_path(struct mud *mud, struct mud_path *path)
{