[PATCH net-next] ipv6: remove obsolete comments in route.c
From: <hidden>
Date: 2012-11-12 06:16:17
From: Li RongQing <redacted> Signed-off-by: Li RongQing <redacted> --- net/ipv6/route.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index c1cfcb7..226aeda 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c@@ -1385,12 +1385,6 @@ out: return entries > rt_max_size; } -/* Clean host part of a prefix. Not necessary in radix tree, - but results in cleaner routing tables. - - Remove it only when all the things will work! - */ - int ip6_dst_hoplimit(struct dst_entry *dst) { int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);
--
1.7.4.1