diff options
author | denis <denis@cvs.openbsd.org> | 2020-01-03 17:45:03 +0000 |
---|---|---|
committer | denis <denis@cvs.openbsd.org> | 2020-01-03 17:45:03 +0000 |
commit | c484e33c767f61a962392dafc3c1813019fdda9d (patch) | |
tree | ed3df8cea75d759b9916e4d32eb97f85abdeca30 | |
parent | dd37615c7b0a4b99d5db71fcb5357c2e5db2b8a6 (diff) |
Remove unused variable
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.h | 3 |
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; |