diff options
author | denis <denis@cvs.openbsd.org> | 2020-06-22 18:18:21 +0000 |
---|---|---|
committer | denis <denis@cvs.openbsd.org> | 2020-06-22 18:18:21 +0000 |
commit | 968ef9b13a5a1bd03cd9bfe3bcd6181fe56b9720 (patch) | |
tree | 5b1e0c7d2132fac7e90e39db8968ac98f808ab89 /usr.sbin/ospf6d | |
parent | 4de7f488a2f50d4a8a2fe30486bcfbadb6891b55 (diff) |
Remove unused variable
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r-- | usr.sbin/ospf6d/neighbor.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <claudio@openbsd.org> @@ -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 |