(roken_gethostby_setup): remove unused variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5096 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-07-24 07:25:27 +00:00
parent 650483278c
commit 3988f113a2

View File

@@ -126,7 +126,6 @@ roken_gethostby_setup(const char *proxy_spec, const char *dns_spec)
char *dns_host, *dns_path;
int dns_port;
char *tmp;
int ret = -1;
split_spec(dns_spec, &dns_host, &dns_port, &dns_path, 80);