summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-06-01 20:31:52 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-06-25 16:38:53 +0000
commit61cdcbdc022e7f3f8d5ff42a12bd1b60b855878f (patch)
tree79754915f7b583455b29e3336bfbbcae6488199c /lib/command.h
parentf07e1c4fe4d1999a9c7f38a79c8e41dfb08314b1 (diff)
lib: remove DEFUN_DEPRECATED
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/command.h b/lib/command.h
index 395c971c55..2d333b098a 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -240,9 +240,6 @@ struct cmd_node {
#define DEFUN_HIDDEN(funcname, cmdname, cmdstr, helpstr) \
DEFUN_ATTR(funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN)
-#define DEFUN_DEPRECATED(funcname, cmdname, cmdstr, helpstr) \
- DEFUN_ATTR(funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED)
-
/* DEFUN_NOSH for commands that vtysh should ignore */
#define DEFUN_NOSH(funcname, cmdname, cmdstr, helpstr) \
DEFUN(funcname, cmdname, cmdstr, helpstr)