diff options
Diffstat (limited to 'usr.sbin/dhcpd/alloc.c')
| -rw-r--r-- | usr.sbin/dhcpd/alloc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/dhcpd/alloc.c b/usr.sbin/dhcpd/alloc.c index a9e31dc4c1e..cd060fb4cff 100644 --- a/usr.sbin/dhcpd/alloc.c +++ b/usr.sbin/dhcpd/alloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: alloc.c,v 1.7 2010/01/01 08:02:34 krw Exp $ */ +/* $OpenBSD: alloc.c,v 1.8 2010/01/01 18:01:44 krw Exp $ */ /* Memory allocation... */ @@ -64,14 +64,6 @@ dfree(void *ptr, char *name) free(ptr); } -struct tree * -new_tree(char *name) -{ - struct tree *rval = dmalloc(sizeof(struct tree), name); - - return (rval); -} - struct tree_cache *free_tree_caches; struct tree_cache * |
