diff options
author | Maria Matejka <mq@jmq.cz> | 2019-07-03 00:04:24 +0200 |
---|---|---|
committer | Maria Matejka <mq@jmq.cz> | 2019-07-03 00:04:24 +0200 |
commit | 3265c9169dfc185ccdb787c6c83d9d8e2d0429c1 (patch) | |
tree | ae9f114c9594f1c56cdbc7e21786c66922eef029 /nest | |
parent | 78976974e711e52c3b8fa6a80b290cf2fa4f692d (diff) |
Removed obsolete comment at as_path_cut()
Diffstat (limited to 'nest')
-rw-r--r-- | nest/a-path.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/a-path.c b/nest/a-path.c index 62369af3..a1b7c42f 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) |