From 63ca37f3139505a1881bf2c343f18d4ed8e22ce4 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 20 Feb 2005 18:56:06 +0000 Subject: Cleanup - all unused variables deleted. --- proto/ospf/packet.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'proto/ospf/packet.c') diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 273a4a2..f06d3e0 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -38,8 +38,6 @@ ospf_pkt_maxsize(struct ospf_iface *ifa) void ospf_pkt_finalize(struct ospf_iface *ifa, struct ospf_packet *pkt) { - struct proto_ospf *po = ifa->oa->po; - struct proto *p = &po->proto; struct password_item *passwd = password_find (ifa->passwords); void *tail; struct MD5Context ctxt; @@ -94,7 +92,6 @@ ospf_pkt_finalize(struct ospf_iface *ifa, struct ospf_packet *pkt) static int ospf_pkt_checkauth(struct ospf_neighbor *n, struct ospf_iface *ifa, struct ospf_packet *pkt, int size) { - int i; struct proto_ospf *po = ifa->oa->po; struct proto *p = &po->proto; struct password_item *pass = NULL, *ptmp; -- cgit v1.2.3