diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-04 22:38:44 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-04 22:38:44 +0200 |
commit | 2a149b18cca3b20063be398e8098dfa8e1e2705d (patch) | |
tree | 6f239bb6fc7c7b2c42823f57313089e0412d5e2b /proto/bgp | |
parent | 93a786cb034fdd18b8131a16a6ea3d1cd9bd00de (diff) | |
download | bird-2a149b18cca3b20063be398e8098dfa8e1e2705d.tar bird-2a149b18cca3b20063be398e8098dfa8e1e2705d.zip |
Unused variables in IPv6 code.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/packets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index d6c2169..6fabacf 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -557,8 +557,6 @@ bgp_do_rx_update(struct bgp_conn *conn, DO_NLRI(mp_reach) { - ea_list *e = lp_alloc(bgp_linpool, sizeof(ea_list) + sizeof(eattr)); - struct adata *ad = lp_alloc(bgp_linpool, sizeof(struct adata) + 16); int i; /* Create fake NEXT_HOP attribute */ |