From: Roy Marples Date: Fri, 13 Nov 2015 11:21:36 +0000 (+0000) Subject: Remove unused var. X-Git-Tag: v6.9.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678f27f427e89be0cd932b3442df12caebcc4d30;p=thirdparty%2Fdhcpcd.git Remove unused var. --- diff --git a/dhcp-common.c b/dhcp-common.c index 870a0da6..b3d0a27e 100644 --- a/dhcp-common.c +++ b/dhcp-common.c @@ -55,7 +55,6 @@ const char * dhcp_get_hostname(char *buf, size_t buf_len, const struct if_options *ifo) { - char *hostname; if (ifo->hostname[0] == '\0') { if (gethostname(buf, buf_len) != 0)