From bc465fb6cc7cfbad3301d6d0ceb4fb539dbaec35 Mon Sep 17 00:00:00 2001 From: Manoj Naragund Date: Thu, 30 Sep 2021 10:28:11 -0700 Subject: ospf6d: code cleanup. removal of some of the deadcode in ospf6d. Signed-off-by: Manoj Naragund --- ospf6d/ospf6_route.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ospf6d/ospf6_route.c') diff --git a/ospf6d/ospf6_route.c b/ospf6d/ospf6_route.c index 8bfd3b7124..4b87c4cf30 100644 --- a/ospf6d/ospf6_route.c +++ b/ospf6d/ospf6_route.c @@ -408,8 +408,6 @@ int ospf6_nexthop_cmp(struct ospf6_nexthop *a, struct ospf6_nexthop *b) else return memcmp(&a->address, &b->address, sizeof(struct in6_addr)); - - return 0; } static int ospf6_path_cmp(struct ospf6_path *a, struct ospf6_path *b) -- cgit v1.2.3