summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2017-07-31 19:00:40 +0000
committerrob <rob@openbsd.org>2017-07-31 19:00:40 +0000
commitfc5dcd5f4bddd7f585a2c6bd2e3d05cee282792c (patch)
tree7940afd6ae3f25148bd962256c82caa17e36e4d7 /usr.sbin/dhcpd
parentShorten description and remove details regarding the parser implementation. (diff)
downloadwireguard-openbsd-fc5dcd5f4bddd7f585a2c6bd2e3d05cee282792c.tar.xz
wireguard-openbsd-fc5dcd5f4bddd7f585a2c6bd2e3d05cee282792c.zip
Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r--usr.sbin/dhcpd/dhcpd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h
index 3271b2de115..4c15fdb2285 100644
--- a/usr.sbin/dhcpd/dhcpd.h
+++ b/usr.sbin/dhcpd/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.64 2017/04/24 14:58:36 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.65 2017/07/31 19:00:40 rob Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -54,11 +54,6 @@ struct iaddr {
unsigned char iabuf[16];
};
-struct iaddrlist {
- struct iaddrlist *next;
- struct iaddr addr;
-};
-
#define DEFAULT_HASH_SIZE 97
struct hash_bucket {