summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-09-16 12:00:14 -0400
committerMark Stapp <mjs@voltanet.io>2019-09-16 12:00:14 -0400
commitcbb9ddad16b7ad1fcaa54280624ed6be6c94005e (patch)
tree10cd5699ebe96f0161f0cf1b1c19b1800c3d2a48 /zebra/zebra_rib.c
parente6dafed0e261c6582d81d4c9d8f2e4844aff4448 (diff)
zebra: remove empty, unused internal api
Remove a leftover, empty nht api call from zebra. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index 157c67fa62..d8fb9ae3cf 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -2088,14 +2088,6 @@ static unsigned int process_subq(struct list *subq, uint8_t qindex)
return 1;
}
-
-/*
- * Perform next-hop tracking processing after RIB updates.
- */
-static void do_nht_processing(void)
-{
-}
-
/* Dispatch the meta queue by picking, processing and unlocking the next RN from
* a non-empty sub-queue with lowest priority. wq is equal to zebra->ribq and
* data
@@ -3294,9 +3286,6 @@ static int rib_process_dplane_results(struct thread *thread)
} while (1);
- /* Check for nexthop tracking processing after finishing with results */
- do_nht_processing();
-
return 0;
}