summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-05-31 22:57:38 +0200
committerMartin Mares <mj@ucw.cz>2004-05-31 22:57:38 +0200
commit6a57bb311018570b6ee7beccafd2075108e346cb (patch)
tree07d04364cf10345c1f80ddeb595f66ad80e733ed /proto/bgp/bgp.c
parentd83faf8dc441259183d87c6669e76e4addc61b21 (diff)
downloadbird-6a57bb311018570b6ee7beccafd2075108e346cb.tar
bird-6a57bb311018570b6ee7beccafd2075108e346cb.zip
Killed a couple of unused variables.
We really should compile with warnings enabled.
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c1
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);