summaryrefslogtreecommitdiff
path: root/tests/test-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-commands.c')
-rw-r--r--tests/test-commands.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test-commands.c b/tests/test-commands.c
index 18b3b50d79..b4613a567d 100644
--- a/tests/test-commands.c
+++ b/tests/test-commands.c
@@ -133,12 +133,6 @@ static struct cmd_node ospf6_node =
"%s(config-ospf6)# "
};
-static struct cmd_node babel_node =
-{
- BABEL_NODE,
- "%s(config-babel)# "
-};
-
static struct cmd_node keychain_node =
{
KEYCHAIN_NODE,
@@ -217,7 +211,6 @@ test_init(void)
install_node (&ospf_node, NULL);
install_node (&ripng_node, NULL);
install_node (&ospf6_node, NULL);
- install_node (&babel_node, NULL);
install_node (&keychain_node, NULL);
install_node (&keychain_key_node, NULL);
install_node (&isis_node, NULL);