diff options
author | Martin Mares <mj@ucw.cz> | 2004-05-31 22:57:38 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-05-31 22:57:38 +0200 |
commit | 6a57bb311018570b6ee7beccafd2075108e346cb (patch) | |
tree | 07d04364cf10345c1f80ddeb595f66ad80e733ed /proto/bgp | |
parent | d83faf8dc441259183d87c6669e76e4addc61b21 (diff) | |
download | bird-6a57bb311018570b6ee7beccafd2075108e346cb.tar bird-6a57bb311018570b6ee7beccafd2075108e346cb.zip |
Killed a couple of unused variables.
We really should compile with warnings enabled.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/bgp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 7069d98..3d70192 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -373,7 +373,6 @@ static int bgp_incoming_connection(sock *sk, int dummy) { struct proto_config *pc; - node *n; int match = 0; DBG("BGP: Incoming connection from %I port %d\n", sk->daddr, sk->dport); |