summaryrefslogtreecommitdiff
path: root/lib/northbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/northbound.c')
-rw-r--r--lib/northbound.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/northbound.c b/lib/northbound.c
index 9deb9c6cce..fd92aaa9d3 100644
--- a/lib/northbound.c
+++ b/lib/northbound.c
@@ -1677,12 +1677,6 @@ void nb_init(struct thread_master *tm,
exit(1);
}
- /* Initialize the northbound database (used for the rollback log). */
- if (nb_db_init() != NB_OK)
- flog_warn(EC_LIB_NB_DATABASE,
- "%s: failed to initialize northbound database",
- __func__);
-
/* Create an empty running configuration. */
running_config = nb_config_new(NULL);