summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/northbound.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/northbound.c b/lib/northbound.c
index 88aa2a5f20..32988dfc15 100644
--- a/lib/northbound.c
+++ b/lib/northbound.c
@@ -2575,10 +2575,6 @@ const char *nb_client_name(enum nb_client client)
static void nb_load_callbacks(const struct frr_yang_module_info *module)
{
-
- if (module->ignore_cbs)
- return;
-
for (size_t i = 0; module->nodes[i].xpath; i++) {
struct nb_node *nb_node;
uint32_t priority;