summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dhcpd/alloc.c')
-rw-r--r--usr.sbin/dhcpd/alloc.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/dhcpd/alloc.c b/usr.sbin/dhcpd/alloc.c
index 19ffe2db116..69309c0deec 100644
--- a/usr.sbin/dhcpd/alloc.c
+++ b/usr.sbin/dhcpd/alloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: alloc.c,v 1.4 2004/09/16 18:35:42 deraadt Exp $ */
+/* $OpenBSD: alloc.c,v 1.5 2010/01/01 01:47:41 krw Exp $ */
/* Memory allocation... */
@@ -146,13 +146,6 @@ new_subnet(char *name)
return (rval);
}
-struct class *
-new_class(char *name)
-{
- struct class *rval = dmalloc(sizeof(struct class), name);
- return (rval);
-}
-
struct lease_state *
new_lease_state(char *name)
{