diff options
author | Christian Hopps <chopps@labn.net> | 2023-06-23 19:16:18 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-06-23 19:17:32 +0200 |
commit | 632440683f891669b5ea31f1d9dc8472e014e860 (patch) | |
tree | 6533f290ad1d087d4ce6edf578f5beb06aad1617 /staticd | |
parent | Merge pull request #13545 from idryzhov/remove-bond-slave (diff) | |
download | frr-632440683f891669b5ea31f1d9dc8472e014e860.tar.xz frr-632440683f891669b5ea31f1d9dc8472e014e860.zip |
staticd: remove unused YANG module
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/static_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/staticd/static_main.c b/staticd/static_main.c index 9101a95b1..165fb4d65 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -107,7 +107,6 @@ struct frr_signal_t static_signals[] = { }; static const struct frr_yang_module_info *const staticd_yang_modules[] = { - &frr_filter_info, &frr_interface_info, &frr_vrf_info, &frr_routing_info, |