summaryrefslogtreecommitdiff
path: root/lib/northbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/northbound.c')
-rw-r--r--lib/northbound.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/northbound.c b/lib/northbound.c
index 487f225913..11dca732ba 100644
--- a/lib/northbound.c
+++ b/lib/northbound.c
@@ -2403,8 +2403,6 @@ const char *nb_client_name(enum nb_client client)
switch (client) {
case NB_CLIENT_CLI:
return "CLI";
- case NB_CLIENT_CONFD:
- return "ConfD";
case NB_CLIENT_SYSREPO:
return "Sysrepo";
case NB_CLIENT_GRPC: