From: Maria Matejka Date: Tue, 2 Jul 2019 22:04:24 +0000 (+0200) Subject: Removed obsolete comment at as_path_cut() X-Git-Tag: v2.0.5~10^2~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3265c9169dfc185ccdb787c6c83d9d8e2d0429c1;p=thirdparty%2Fbird.git Removed obsolete comment at as_path_cut() --- diff --git a/nest/a-path.c b/nest/a-path.c index 62369af3a..a1b7c42f8 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -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)