ecore_con: remove dead code.

there won't reach with !wp because if wp is null,
the iteration will jump to next iteration.
This commit is contained in:
ChunEon Park 2015-09-21 19:24:41 +09:00
parent 76c854433f
commit 64bc179f63
1 changed files with 0 additions and 3 deletions

View File

@ -3498,9 +3498,6 @@ int dns_hosts_loadfile(struct dns_hosts *hosts, FILE *fp) {
break;
default:
if (!wp)
break;
dns_d_anchor(ent.host, sizeof ent.host, word, wp);
if ((error = dns_hosts_insert(hosts, ent.af, &ent.addr, ent.host, (wc > 2))))