From 6a57bb311018570b6ee7beccafd2075108e346cb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 2004 20:57:38 +0000 Subject: Killed a couple of unused variables. We really should compile with warnings enabled. --- proto/bgp/bgp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/bgp/bgp.c') 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); -- cgit v1.2.3