diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-24 15:35:57 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-24 15:35:57 +0000 |
commit | e0fc228d8ac39bc46d67758d7b3c5f5118b0ac72 (patch) | |
tree | 48b02841dd2e25845491c6858f9f5602ea16ea17 /sbin/dhclient/dhclient.c | |
parent | ea26b49e284e86d20f3eb27abe36aa989001b534 (diff) |
get rid of tons of structs we never use, a lot of new_someotherjunk functions
in alloc.c we never call, and a shitload of genius comments like
char *script_name; /* name of script */
char *server_name; /* name of server */
etc etc etc...
Diffstat (limited to 'sbin/dhclient/dhclient.c')
-rw-r--r-- | sbin/dhclient/dhclient.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index 8eb07f4cb52..96502b1c4ca 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhclient.c,v 1.18 2004/02/24 14:49:08 henning Exp $ */ +/* $OpenBSD: dhclient.c,v 1.19 2004/02/24 15:35:56 henning Exp $ */ /* DHCP Client. */ @@ -666,12 +666,6 @@ commit_leases(void) return (0); } -int -write_lease(struct lease *lease) -{ - return (0); -} - void db_startup(void) { |