summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_lcommunity.c
diff options
context:
space:
mode:
authorPascal Mathis <mail@pascalmathis.com>2018-07-07 22:34:25 +0200
committerPascal Mathis <mail@pascalmathis.com>2018-07-07 22:51:13 +0200
commit3f54c705ecc008a69ce95f0f2e61cf529b520ee4 (patch)
tree9a1eb3615cb5b876cca732867259933d2aff983f /bgpd/bgp_lcommunity.c
parentMerge pull request #2630 from donaldsharp/hashables (diff)
downloadfrr-3f54c705ecc008a69ce95f0f2e61cf529b520ee4.tar.xz
frr-3f54c705ecc008a69ce95f0f2e61cf529b520ee4.zip
bgpd: Cleanup of bgp daemon code
This commit removes various parts of the bgpd implementation code which are unused/useless, e.g. unused functions, unused variable initializations, unused structs, ... Signed-off-by: Pascal Mathis <mail@pascalmathis.com>
Diffstat (limited to 'bgpd/bgp_lcommunity.c')
-rw-r--r--bgpd/bgp_lcommunity.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c
index 33f4d139b..3e160bc56 100644
--- a/bgpd/bgp_lcommunity.c
+++ b/bgpd/bgp_lcommunity.c
@@ -50,7 +50,6 @@ void lcommunity_free(struct lcommunity **lcom)
if ((*lcom)->str)
XFREE(MTYPE_LCOMMUNITY_STR, (*lcom)->str);
XFREE(MTYPE_LCOMMUNITY, *lcom);
- lcom = NULL;
}
static void lcommunity_hash_free(struct lcommunity *lcom)