From 6ef8def7cff5a55688ec3cfc7031fe0117c1a348 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Mar 2010 02:17:52 +0100 Subject: udhcp: remove two unused fields Signed-off-by: Denys Vlasenko --- networking/udhcp/dhcpc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'networking/udhcp/dhcpc.h') diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index a8861562e..4c173533c 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -9,7 +9,6 @@ struct client_config_t { char no_default_options; /* Do not include default options in request */ IF_FEATURE_UDHCP_PORT(uint16_t port;) int ifindex; /* Index number of the interface to use */ - int verbose; uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ const char *interface; /* The name of the interface to use */ char *pidfile; /* Optionally store the process ID */ -- cgit v1.2.3