Skip to content

Commit

Permalink
Merge pull request #179 from CAIDA/remove-unused-variables
Browse files Browse the repository at this point in the history
remove unused variables
  • Loading branch information
alistairking authored Feb 19, 2020
2 parents f234c45 + 27f9e98 commit 45786e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/utils/bgpstream_utils_pfx_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ bgpstream_pfx_set_t *bgpstream_pfx_set_create()
int bgpstream_pfx_set_insert(bgpstream_pfx_set_t *set,
bgpstream_pfx_t *pfx)
{
int khret;
khiter_t k;

if (pfx->address.version == BGPSTREAM_ADDR_VERSION_IPV4) {
return v4hash_insert(set->v4hash, &pfx->bs_ipv4);
} else {
Expand Down

0 comments on commit 45786e8

Please sign in to comment.