From 968ef9b13a5a1bd03cd9bfe3bcd6181fe56b9720 Mon Sep 17 00:00:00 2001 From: denis Date: Mon, 22 Jun 2020 18:18:21 +0000 Subject: Remove unused variable --- usr.sbin/ospf6d/neighbor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/ospf6d') diff --git a/usr.sbin/ospf6d/neighbor.c b/usr.sbin/ospf6d/neighbor.c index 8e13b7644e7..6a655ceb1df 100644 --- a/usr.sbin/ospf6d/neighbor.c +++ b/usr.sbin/ospf6d/neighbor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neighbor.c,v 1.16 2020/01/02 10:16:46 denis Exp $ */ +/* $OpenBSD: neighbor.c,v 1.17 2020/06/22 18:18:20 denis Exp $ */ /* * Copyright (c) 2005 Claudio Jeker @@ -197,7 +197,6 @@ nbr_fsm(struct nbr *nbr, enum nbr_event event) nbr->stats.sta_chng++; if (old_state & NBR_STA_FULL || nbr->state & NBR_STA_FULL) { - extern struct ospfd_conf *oeconf; /* XXX */ /* * neighbor changed from/to FULL * originate new rtr and net LSA -- cgit v1.2.3