Remove unnecessary ns_init() function.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@149 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-02-10 11:22:14 +00:00
parent 122849f247
commit 87f24694b9
3 changed files with 0 additions and 11 deletions

View File

@@ -3001,15 +3001,6 @@ int s;
return -1;
}
void ns_init(void)
{
#ifndef WINNT
#if defined(WANT_NSLOOKUP) && !defined(THREAD)
ar_init(ARES_INITLIST|ARES_CALLINIT|ARES_INITSOCK);
#endif
#endif
}
char *do_nslookup(char *host, char *nick, char *user, char *chan, int server, void (*func)(), char *command)
{
#ifdef WANT_NSLOOKUP