summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2005-11-04 10:19:17 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2005-11-04 10:19:17 +0000
commit77d8ce3a464d5d8f33a3c1567dbe706e3db1084c (patch)
tree3e59b386f708420d4083b304e5b157575ae71fb2 /usr.sbin/ospfd/ospfe.h
parenta17b84579bc3b9cdf6d79c9438b5a69148331a4f (diff)
Remove unused variable link_state in struct nbr.
Diffstat (limited to 'usr.sbin/ospfd/ospfe.h')
-rw-r--r--usr.sbin/ospfd/ospfe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.h b/usr.sbin/ospfd/ospfe.h
index 489a726528f..b90e3deba1a 100644
--- a/usr.sbin/ospfd/ospfe.h
+++ b/usr.sbin/ospfd/ospfe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.h,v 1.16 2005/10/18 15:40:36 claudio Exp $ */
+/* $OpenBSD: ospfe.h,v 1.17 2005/11/04 10:19:16 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -134,7 +134,6 @@ struct nbr {
u_int32_t crypt_seq_num;
int state;
- u_int8_t link_state;
u_int8_t priority;
u_int8_t options;
u_int8_t last_rx_options;