summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-30 16:29:51 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-30 16:29:51 -0400
commitf108d4873d9e610000c83a33673d3f9e664910fd (patch)
treef09a585d1f5f119cb73b18f4cb8d772319123593 /lib/command.c
parent5f047032e7ebe97ba98229cb979cf940689d869a (diff)
lib: remove SERVICE_NODE
Unused Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c
index 7c7fddeea5..1c12a89828 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -55,7 +55,6 @@ const char *node_names[] = {
"auth enable", // AUTH_ENABLE_NODE,
"enable", // ENABLE_NODE,
"config", // CONFIG_NODE,
- "service", // SERVICE_NODE,
"debug", // DEBUG_NODE,
"vrf debug", // VRF_DEBUG_NODE,
"vnc debug", // DEBUG_VNC_NODE,