diff options
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/static_vty.c | 2 | ||||
-rw-r--r-- | staticd/subdir.am | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c index c0638f4bc..94a349347 100644 --- a/staticd/static_vty.c +++ b/staticd/static_vty.c @@ -36,9 +36,7 @@ #include "static_vty.h" #include "static_routes.h" #include "static_debug.h" -#ifndef VTYSH_EXTRACT_PL #include "staticd/static_vty_clippy.c" -#endif #include "static_nb.h" #define STATICD_STR "Static route daemon\n" diff --git a/staticd/subdir.am b/staticd/subdir.am index 62969a0a2..bb0fc95bc 100644 --- a/staticd/subdir.am +++ b/staticd/subdir.am @@ -5,7 +5,6 @@ if STATICD noinst_LIBRARIES += staticd/libstatic.a sbin_PROGRAMS += staticd/staticd -vtysh_scan += staticd/static_vty.c vtysh_daemons += staticd man8 += $(MANBUILD)/frr-staticd.8 endif |