summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.h
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-05-26 04:09:25 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-05-26 04:09:25 +0000
commit0ef505cdc154de5c94519b7f6e82cadc294973ce (patch)
tree8d1c0d069aace2bee9ad3ef30b8a71b367fcd802 /usr.sbin/ospfd/ospfd.h
parent42c7e2c52056fc7e744642316bd261f0c119dc70 (diff)
Remove unused variable.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r--usr.sbin/ospfd/ospfd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h
index 15366e51f1b..e000cc1ef9d 100644
--- a/usr.sbin/ospfd/ospfd.h
+++ b/usr.sbin/ospfd/ospfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfd.h,v 1.31 2005/05/24 21:36:40 claudio Exp $ */
+/* $OpenBSD: ospfd.h,v 1.32 2005/05/26 04:09:24 norby Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -349,7 +349,6 @@ struct ospfd_conf {
u_int32_t spf_delay;
u_int32_t spf_hold_time;
int spf_state;
- int maxdepth;
int ospf_socket;
int flags;
int redistribute_flags;