diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-11-18 10:15:33 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-11-18 17:45:41 +0100 |
commit | 4e9a98636fe1624d5e77481701146c4a4f2bd543 (patch) | |
tree | 396049fa55b2b9a67198a737444ef7d7994483aa /zebra/zebra_mpls.c | |
parent | zebra: Replace inet_ntop to %pI4/6 for JSON outputs (diff) | |
download | frr-4e9a98636fe1624d5e77481701146c4a4f2bd543.tar.xz frr-4e9a98636fe1624d5e77481701146c4a4f2bd543.zip |
*: Remove unused variables
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'zebra/zebra_mpls.c')
-rw-r--r-- | zebra/zebra_mpls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c index e32905f58..cd7af05d7 100644 --- a/zebra/zebra_mpls.c +++ b/zebra/zebra_mpls.c @@ -1504,7 +1504,6 @@ static int mpls_static_lsp_uninstall_all(struct zebra_vrf *zvrf, static json_object *nhlfe_json(struct zebra_nhlfe *nhlfe) { - char buf[BUFSIZ]; json_object *json_nhlfe = NULL; json_object *json_backups = NULL; json_object *json_label_stack; |