summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-18 09:45:57 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-18 09:45:57 -0400
commitac139b5fb6f0a9f14ced54b9b7dcee9d2e98558e (patch)
tree049c46521cea65946eb15b198f5ea0da9c015212 /lib/command.c
parent25c58d6d2bbec1de1ab21d76f8bd2cd6cd65df0b (diff)
parent69b174d4ec7d347054761d4ddcddba096c9c4ece (diff)
Merge remote-tracking branch 'origin/master' into pim_crash_a_boo
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/command.c b/lib/command.c
index 452a559998..84d59f076c 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -1372,11 +1372,6 @@ DEFUN (frr_version_defaults,
"set of configuration defaults used\n"
"version string\n")
{
- if (vty->type == VTY_TERM || vty->type == VTY_SHELL)
- /* only print this when the user tries to do run it */
- vty_out (vty, "%% NOTE: This command currently does nothing.%s"
- "%% It is written to the configuration for future reference.%s",
- VTY_NEWLINE, VTY_NEWLINE);
return CMD_SUCCESS;
}