summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@users.noreply.github.com>2018-04-02 17:53:44 -0300
committerGitHub <noreply@github.com>2018-04-02 17:53:44 -0300
commit6d8b966f7a5fafdf0f979e8678167fd7238b5db1 (patch)
tree2991eeff7c28370ceb39d996e8e044a1cd62fe21 /lib/command.h
parentb755fd3530f05f243d18d91206746f69788a6c9a (diff)
parentf108d4873d9e610000c83a33673d3f9e664910fd (diff)
Merge pull request #2003 from qlyoung/remove-service-node
lib: remove SERVICE_NODE
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h
index a7fa3a1692..66b46df59a 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -78,7 +78,6 @@ enum node_type {
AUTH_ENABLE_NODE, /* Authentication mode for change enable. */
ENABLE_NODE, /* Enable node. */
CONFIG_NODE, /* Config node. Default mode of config file. */
- SERVICE_NODE, /* Service node. */
DEBUG_NODE, /* Debug node. */
VRF_DEBUG_NODE, /* Vrf Debug node. */
DEBUG_VNC_NODE, /* Debug VNC node. */