]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed obsolete comment at as_path_cut()
authorMaria Matejka <mq@jmq.cz>
Tue, 2 Jul 2019 22:04:24 +0000 (00:04 +0200)
committerMaria Matejka <mq@jmq.cz>
Tue, 2 Jul 2019 22:04:24 +0000 (00:04 +0200)
nest/a-path.c

index 62369af3a1ae21d10056d411ca672bd7fec31bc2..a1b7c42f8cd5333865c27d652b670e3644bf937f 100644 (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)