0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Removed obsolete comment at as_path_cut()

This commit is contained in:
Maria Matejka 2019-07-03 00:04:24 +02:00
parent 78976974e7
commit 3265c9169d

View File

@ -271,7 +271,6 @@ as_path_to_old(struct linpool *pool, const struct adata *path)
/*
* Cut the path to the length @num, measured to the usual path metric. Note that
* AS_CONFED_* segments have zero length and must be added if they are on edge.
* In contrast to other as_path_* functions, @path is modified in place.
*/
struct adata *
as_path_cut(struct linpool *pool, const struct adata *path, uint num)