summaryrefslogtreecommitdiff
path: root/vtysh
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-07-19 13:19:17 -0400
committerGitHub <noreply@github.com>2024-07-19 13:19:17 -0400
commit7aeb51e1944efcc643a513cd08ca0ec1c12d83d9 (patch)
treef4bcf8159536a3f4625902e78acd57b18cabf289 /vtysh
parent0b138e9009bb4e8a9a6250fa46a5d4021f230f49 (diff)
parent193e14e401c88d2d9e822a2474b0f777efff4958 (diff)
Merge pull request #16406 from opensourcerouting/fix/remove_deprecation_for_show_threads
Drop deprecation for `show thread ...`
Diffstat (limited to 'vtysh')
-rw-r--r--vtysh/vtysh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 1f6dde83c1..e657aa8af0 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -3058,9 +3058,6 @@ static int show_one_daemon(struct vty *vty, struct cmd_token **argv, int argc,
return ret;
}
-#if CONFDATE > 20240707
- CPP_NOTICE("Remove `show thread ...` commands")
-#endif
DEFUN (vtysh_show_event_timer,
vtysh_show_event_timer_cmd,
"show event timers",