summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d
diff options
context:
space:
mode:
authordenis <denis@openbsd.org>2020-01-03 17:45:02 +0000
committerdenis <denis@openbsd.org>2020-01-03 17:45:02 +0000
commitc5fa01d59a519c2b72db4744d7ec0d04480e24ca (patch)
tree902521575fece312e5a520a02364c633327d38f4 /usr.sbin/ospf6d
parentSync with ospfd's database.c (diff)
downloadwireguard-openbsd-c5fa01d59a519c2b72db4744d7ec0d04480e24ca.tar.xz
wireguard-openbsd-c5fa01d59a519c2b72db4744d7ec0d04480e24ca.zip
Remove unused variable
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r--usr.sbin/ospf6d/ospf6d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h
index 3b115da52ad..573cc0a6503 100644
--- a/usr.sbin/ospf6d/ospf6d.h
+++ b/usr.sbin/ospf6d/ospf6d.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf6d.h,v 1.43 2019/12/26 10:24:18 remi Exp $ */
+/* $OpenBSD: ospf6d.h,v 1.44 2020/01/03 17:45:02 denis Exp $ */
/*
* Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org>
@@ -425,7 +425,6 @@ extern struct n2id_labels rt_labels;
struct ctl_iface {
char name[IF_NAMESIZE];
struct in6_addr addr;
- struct in6_addr mask;
struct in_addr area;
struct in_addr rtr_id;
struct in_addr dr_id;